@@ -340,7 +340,7 @@ |
||
340 | 340 | $bot_id = ($this->getMe())['id']; |
341 | 341 | |
342 | 342 | // If it is not valid |
343 | - if(!isset($bot_id) || $bot_id == 0) { |
|
343 | + if (!isset($bot_id) || $bot_id == 0) { |
|
344 | 344 | |
345 | 345 | // get it again |
346 | 346 | $bot_id = ($this->getMe())['id']; |