From 7f56e7a7ec0c12aafd4dc75b26cc78761c745d29 Mon Sep 17 00:00:00 2001 From: leiyilu <1509167646@qq.com> Date: Mon, 20 Jun 2022 22:52:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=BA=86=E4=B8=AAreturn=20true?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/xiaoyao_image.js | 1 + 1 file changed, 1 insertion(+) 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; }