feat: 快捷设置自动更新

This commit is contained in:
bietiaop 2024-08-20 16:51:20 +08:00
parent d0e73ff00c
commit 108cc5399b
6 changed files with 74 additions and 85 deletions

View file

@ -73,6 +73,7 @@ export class update extends plugin {
for (const master of masters) {
if (master.toString().length > 11) continue;
await Bot.pickFriend(master).sendMsg(msg);
break;
}
}
}