2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-23 03:20:52 +08:00

加了个return true

This commit is contained in:
leiyilu 2022-06-20 22:52:41 +08:00
parent 2c58ef7513
commit 7f56e7a7ec

View File

@ -17,6 +17,7 @@ export async function AtlasAlias(e) {
// if (await monsterInfo(e)) return true;
var name = e.msg.replace(/#||信息|图鉴|命座|天赋|突破|圣遗物|原魔|食物|食材|的|特殊|材|料|特色|料理|理|色/g, "");
send_Msg(e, "all", name)
return true;
}