mirror of
https://github.com/hex-ci/smzdm_script.git
synced 2026-02-03 02:24:41 +08:00
update
This commit is contained in:
@@ -165,6 +165,8 @@ class SmzdmCheckinBot extends SmzdmBot {
|
||||
notifyContent += sep + msg + '\n';
|
||||
}
|
||||
|
||||
$.log();
|
||||
|
||||
await notify.sendNotify($.name, notifyContent);
|
||||
})().catch((e) => {
|
||||
$.log('', `❌ ${$.name}, 失败! 原因: ${e}!`, '')
|
||||
|
||||
@@ -191,6 +191,8 @@ class SmzdmLotteryBot extends SmzdmBot {
|
||||
notifyContent += sep + msg + '\n';
|
||||
}
|
||||
|
||||
$.log();
|
||||
|
||||
await notify.sendNotify($.name, notifyContent);
|
||||
})().catch((e) => {
|
||||
$.log('', `❌ ${$.name}, 失败! 原因: ${e}!`, '')
|
||||
|
||||
@@ -726,6 +726,8 @@ class SmzdmTaskBot extends SmzdmBot {
|
||||
notifyContent += `${sep}${msg}\n`;
|
||||
}
|
||||
|
||||
$.log();
|
||||
|
||||
await notify.sendNotify($.name, notifyContent);
|
||||
})().catch((e) => {
|
||||
$.log('', `❌ ${$.name}, 失败! 原因: ${e}!`, '')
|
||||
|
||||
Reference in New Issue
Block a user