From f76cd9675d9b081c5fa6e96466f73eb7c32985e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=8F=B6?= <1936472877@qq.com> Date: Tue, 24 Dec 2024 18:03:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=80=E5=90=AF=E9=9A=8F=E6=9C=BABot?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E5=88=A4=E6=96=AD=E5=9C=A8=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/task/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/task/index.js b/models/task/index.js index e958223..36bf15a 100644 --- a/models/task/index.js +++ b/models/task/index.js @@ -53,7 +53,7 @@ export function startTimer () { if (!Bot.getBot(i.botId)) { continue } - } else if (!Bot[i.botId]) { + } else if (!Bot[i.botId] && !Config.push.randomBot) { continue } // 0 就是没有人绑定