mirror of
https://github.com/danog/AltervistaUserBot.git
synced 2024-11-30 04:19:15 +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";
|
||||
}
|
||||
|
||||
@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