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