From e4eb4b78d2834775e97e755bc5349a314c3e335f Mon Sep 17 00:00:00 2001 From: Hex Date: Wed, 8 Mar 2023 15:36:15 +0800 Subject: [PATCH] update --- smzdm_checkin.js | 2 ++ smzdm_lottery.js | 2 ++ smzdm_task.js | 2 ++ 3 files changed, 6 insertions(+) diff --git a/smzdm_checkin.js b/smzdm_checkin.js index 911b292..b161ca6 100644 --- a/smzdm_checkin.js +++ b/smzdm_checkin.js @@ -165,6 +165,8 @@ class SmzdmCheckinBot extends SmzdmBot { notifyContent += sep + msg + '\n'; } + $.log(); + await notify.sendNotify($.name, notifyContent); })().catch((e) => { $.log('', `❌ ${$.name}, 失败! 原因: ${e}!`, '') diff --git a/smzdm_lottery.js b/smzdm_lottery.js index b720bfa..9303496 100644 --- a/smzdm_lottery.js +++ b/smzdm_lottery.js @@ -191,6 +191,8 @@ class SmzdmLotteryBot extends SmzdmBot { notifyContent += sep + msg + '\n'; } + $.log(); + await notify.sendNotify($.name, notifyContent); })().catch((e) => { $.log('', `❌ ${$.name}, 失败! 原因: ${e}!`, '') diff --git a/smzdm_task.js b/smzdm_task.js index 6b1c0c7..2f4a632 100644 --- a/smzdm_task.js +++ b/smzdm_task.js @@ -726,6 +726,8 @@ class SmzdmTaskBot extends SmzdmBot { notifyContent += `${sep}${msg}\n`; } + $.log(); + await notify.sendNotify($.name, notifyContent); })().catch((e) => { $.log('', `❌ ${$.name}, 失败! 原因: ${e}!`, '')