diff --git a/bot/bot_lu.php b/bot/bot_lu.php index 6e04658..4d1569f 100644 --- a/bot/bot_lu.php +++ b/bot/bot_lu.php @@ -14,7 +14,7 @@ function BotFunc() } $bot_loop->onWorkerStart = function () { - Timer::add(2, function () { + Timer::add(3, function () { BotFunc(); }); };