fix double import after update

This commit is contained in:
mercury
2024-10-23 02:06:35 +04:00
parent 3b9b930b48
commit d225e7c039
3 changed files with 36 additions and 22 deletions
+1
View File
@@ -10,6 +10,7 @@ if ($c['debug']) {
}
$bot = new Bot($c['key'], $i);
$bot->cleanQueue();
$bot->setwebhook();
$bot->selfUpdate();
$bot->adguardCheckPswd();