Removed token from worker.php lol
This commit is contained in:
parent
040426a63c
commit
38adcee1a3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
require __DIR__ . DIRECTORY_SEPARATOR . 'autoload.php';
|
require __DIR__ . DIRECTORY_SEPARATOR . 'autoload.php';
|
||||||
import('net.nosial.tamerlib');
|
import('net.nosial.tamerlib');
|
||||||
|
|
||||||
$bot = new TgBotLib\Bot('865804194:AAHTo9aIFP5X47dMYLJ6eoldHJnM6sc3LBc');
|
$bot = new TgBotLib\Bot('bot_token');
|
||||||
|
|
||||||
$bot->setCommandHandler('start', new \commands\StartCommand());
|
$bot->setCommandHandler('start', new \commands\StartCommand());
|
||||||
$bot->setCommandHandler('hash', new \commands\HashCommand());
|
$bot->setCommandHandler('hash', new \commands\HashCommand());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue