mirror of
https://github.com/danog/AltervistaUserBot.git
synced 2024-12-02 09:17:48 +01:00
🧠
This commit is contained in:
parent
cae951d1a6
commit
50d25d9a02
10
updates.php
10
updates.php
@ -52,7 +52,15 @@ while($running)
|
|||||||
$type = "privato";
|
$type = "privato";
|
||||||
}
|
}
|
||||||
|
|
||||||
@include("_comandi.php");
|
try {
|
||||||
|
require "_comandi.php";
|
||||||
|
} catch(Exception $e) {
|
||||||
|
if (isset($chatID)) {
|
||||||
|
try {
|
||||||
|
sm($chatID,'<code>'.$e.'</code>');
|
||||||
|
} catch(Exception $e) { }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user