🤩 发主人消息

This commit is contained in:
🌌
2024-04-22 19:24:01 +08:00
parent 3e038aa1e2
commit f2cbce561f

View File

@@ -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)