🤩 发主人消息
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user