mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
feat: 练度统计
This commit is contained in:
parent
b44c9caa47
commit
cb9c31f27c
15 changed files with 845 additions and 36 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue