From 5c0a0efcc4fd028595178c4f29fa5a8a2aa21790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E5=A5=88=E5=8D=83=E7=A5=81?= <2632139786@qq.com> Date: Fri, 19 Apr 2024 01:37:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=8E=A8=E9=80=81=E6=97=B6=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/genshin/apps/mysNews.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/genshin/apps/mysNews.js b/plugins/genshin/apps/mysNews.js index 3569ae4..3bd68de 100644 --- a/plugins/genshin/apps/mysNews.js +++ b/plugins/genshin/apps/mysNews.js @@ -120,6 +120,7 @@ export class mysNews extends plugin { `\n活动剩余时间:${sydate.days}天${sydate.hours}小时${sydate.minutes}分钟${sydate.seconds}秒`, `\n活动结束时间:${a.end_time}` ] + logger.mark(`[米游社活动到期推送] ${a.subtitle}`) await common.sleep(5000) Bot[item].pickGroup(redisapgl.GroupList[0]).sendMsg(msgList) }