From dc11c3645d46b1f4a06f1c0cb4f9e406df96a9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=BF=E5=92=8Csa0ChunLuyu?= Date: Mon, 23 May 2022 14:00:25 +0800 Subject: [PATCH] no message --- bot/bot_lu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }); };