mirror of
https://github.com/danog/AltervistaUserBot.git
synced 2024-11-30 04:19:15 +01:00
Apply fixes from StyleCI
This commit is contained in:
parent
4d15599943
commit
7b266eda4d
3
bot.php
3
bot.php
@ -79,7 +79,8 @@ try {
|
||||
$chatID = $MadelineProto->get_info($update['update']);
|
||||
$type = $chatID['type'];
|
||||
$chatID = $chatID['bot_api_id'];
|
||||
} catch (Exception $e) {}
|
||||
} catch (Exception $e) {
|
||||
}
|
||||
|
||||
if (isset($update['update']['message']['from_id'])) {
|
||||
$userID = $update['update']['message']['from_id'];
|
||||
|
Loading…
Reference in New Issue
Block a user