Completed
Push — master ( b0a42f...2d9ddd )
by Danilo
01:59
created
src/CoreBot.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -340,7 +340,7 @@
 block discarded – undo
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'];
Please login to merge, or discard this patch.