From db649632bcad16cbc8aea6c2a488232743876aec Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Sun, 5 Mar 2023 18:03:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9cron?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/entertainment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/entertainment.js b/apps/entertainment.js index 927cfd9..c2b245c 100644 --- a/apps/entertainment.js +++ b/apps/entertainment.js @@ -14,7 +14,7 @@ export class Entertainment extends plugin { task: [ { // 每半小时 - cron: '*/30 * * * *', + cron: '*/30 * * * ?', name: 'ChatGPT主动随机说话', fnc: 'sendRandomMessage' }