diff --git a/apps/xiaoyao_image.js b/apps/xiaoyao_image.js index 9d1ac1b..e8f9161 100644 --- a/apps/xiaoyao_image.js +++ b/apps/xiaoyao_image.js @@ -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; }