fix init.php

This commit is contained in:
mercury
2023-02-10 19:32:57 +04:00
parent 9ae1a87a8a
commit 3d42625969
+2 -2
View File
@@ -4,6 +4,6 @@
require __DIR__ . '/bot.php';
require __DIR__ . '/config.php';
$bot = new Bot($key);
$bot->setwebhook($key);
$bot = new Bot($c['key']);
$bot->setwebhook($c['key']);
$bot->setcommands();