feat: 练度统计

This commit is contained in:
bietiaop 2024-07-31 23:20:24 +08:00
parent b44c9caa47
commit cb9c31f27c
15 changed files with 845 additions and 36 deletions

View file

@ -95,13 +95,13 @@ export class Guide extends ZZZPlugin {
group = Number(group);
if (group > this.maxNum) {
await this.reply(`超过攻略数量(${this.maxNum}`);
return;
return false;
}
const name = atlasToName(atlas);
if (!name) {
await this.reply('该角色不存在');
return;
return false;
}
if (group === 0) {