Removed token from worker.php lol

This commit is contained in:
Netkas 2023-02-20 21:32:56 -05:00
parent 040426a63c
commit 38adcee1a3

View file

@ -3,7 +3,7 @@
require __DIR__ . DIRECTORY_SEPARATOR . 'autoload.php';
import('net.nosial.tamerlib');
$bot = new TgBotLib\Bot('865804194:AAHTo9aIFP5X47dMYLJ6eoldHJnM6sc3LBc');
$bot = new TgBotLib\Bot('bot_token');
$bot->setCommandHandler('start', new \commands\StartCommand());
$bot->setCommandHandler('hash', new \commands\HashCommand());