webhook -> polling

This commit is contained in:
mercury
2026-04-23 22:18:22 +04:00
parent 9439984cd2
commit b18b002d55
4 changed files with 35 additions and 24 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ if ($c['debug']) {
$bot = new Bot($c['key'], $i);
$bot->cleanQueue();
$bot->setwebhook();
$bot->syncPortClients();
$bot->setcommands();
$bot->polling();