@@ -36,7 +36,7 @@ |
||
| 36 | 36 | |
| 37 | 37 | /** @var Game $game */ |
| 38 | 38 | foreach ($games as $game) { |
| 39 | - if($input->getOption('success')) { |
|
| 39 | + if ($input->getOption('success')) { |
|
| 40 | 40 | $tgApi->sendMessage($game->chatId, 'Bot is back online! The game continues...'); |
| 41 | 41 | } else { |
| 42 | 42 | $tgApi->sendMessage($game->chatId, 'Bot rebooting due to deploy, sorry. The game will continue once bot boots again.'); |