Update smzdm_lottery.js

This commit is contained in:
Hex
2023-08-06 16:04:18 +08:00
parent 772359422d
commit 2330631531

View File

@@ -38,6 +38,7 @@ class SmzdmLotteryBot extends SmzdmBot {
notifyMsg += `转盘抽奖ID: ${vipId1}\n`; notifyMsg += `转盘抽奖ID: ${vipId1}\n`;
notifyMsg += await this.draw(vipId1); notifyMsg += await this.draw(vipId1);
notifyMsg += '\n\n';
} }
$.log(); $.log();