diff --git a/lib/common/sendMsgMod.js b/lib/common/sendMsgMod.js index 484cc6d..5b752f8 100644 --- a/lib/common/sendMsgMod.js +++ b/lib/common/sendMsgMod.js @@ -11,6 +11,7 @@ export default class { async sendMasterMsg(msg) { if (Config.whole.notificationsAll) { // 发送全部管理 + if (Bot.sendMasterMsg) { return Bot.sendMasterMsg(msg) } for (let index of Config.masterQQ) { await common.relpyPrivate(index, msg) await common.sleep(5000)