This commit is contained in:
Hex
2023-03-08 15:36:15 +08:00
parent fa39ca85af
commit e4eb4b78d2
3 changed files with 6 additions and 0 deletions

View File

@@ -165,6 +165,8 @@ class SmzdmCheckinBot extends SmzdmBot {
notifyContent += sep + msg + '\n';
}
$.log();
await notify.sendNotify($.name, notifyContent);
})().catch((e) => {
$.log('', `${$.name}, 失败! 原因: ${e}!`, '')

View File

@@ -191,6 +191,8 @@ class SmzdmLotteryBot extends SmzdmBot {
notifyContent += sep + msg + '\n';
}
$.log();
await notify.sendNotify($.name, notifyContent);
})().catch((e) => {
$.log('', `${$.name}, 失败! 原因: ${e}!`, '')

View File

@@ -726,6 +726,8 @@ class SmzdmTaskBot extends SmzdmBot {
notifyContent += `${sep}${msg}\n`;
}
$.log();
await notify.sendNotify($.name, notifyContent);
})().catch((e) => {
$.log('', `${$.name}, 失败! 原因: ${e}!`, '')