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
+5 -4
View File
@@ -10,8 +10,9 @@ if ($c['debug']) {
}
$bot = new Bot($c['key'], $i);
$bot->adguardProtect();
$bot->adguardCheckPswd();
$bot->setcommands();
$bot->syncPortClients();
$bot->setwebhook();
$bot->selfUpdate();
$bot->adguardCheckPswd();
$bot->adguardProtect();
$bot->syncPortClients();
$bot->setcommands();