#面板帮助触发命令的关键词做兼容处理

This commit is contained in:
Kokomi 2022-11-27 13:36:51 +08:00
parent 39c5255090
commit 4fb10c8456

View File

@ -59,7 +59,7 @@ app.reg('profile-stat', profileStat, {
})
app.reg('profile-help', profileHelp, {
rule: /^#角色面板帮助$/,
rule: /^#(角色|换|更换)?[版]帮助$/,
name: '角色面板帮助'
})