This commit is contained in:
mercury
2022-10-04 18:36:08 +04:00
commit b0f8bd56c4
35 changed files with 8217 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
// require __DIR__ . '/debug.php';
require __DIR__ . '/bot.php';
require __DIR__ . '/config.php';
$bot = new Bot($key);
$bot->setwebhook($key);
$bot->setcommands();