fixes for first launch

This commit is contained in:
mercury
2024-10-21 01:07:05 +04:00
parent 28c5b9d506
commit 68e6e5919d
8 changed files with 61 additions and 142 deletions
+1 -2
View File
@@ -7,5 +7,4 @@ require __DIR__ . '/bot.php';
require __DIR__ . '/config.php';
require __DIR__ . '/i18n.php';
$bot = new Bot($c['key'], $i);
$bot->cron();
(new Bot($c['key'], $i))->cron();