From f2cbce561fe002d2b79fcf124c90c02394798eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8C=8C?= Date: Mon, 22 Apr 2024 19:24:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A9=20=E5=8F=91=E4=B8=BB=E4=BA=BA?= =?UTF-8?q?=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common/sendMsgMod.js | 1 + 1 file changed, 1 insertion(+) 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)