fix init.php
This commit is contained in:
+2
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user