'); $bot->setCommandHandler('start', new \commands\StartCommand()); $bot->setCommandHandler('hash', new \commands\HashCommand()); \TamerLib\tm::initialize(\TamerLib\Enums\TamerMode::WORKER); \TamerLib\tm::addFunction('handle_update', [$bot, 'handleUpdate']); \TamerLib\tm::run();