From d14226bcef4e91806b97cbd3bfcbb323e3f95c24 Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Tue, 29 Oct 2024 07:47:50 +0000 Subject: [PATCH] =?UTF-8?q?fix(event=5Fmsg):=20=E4=BF=AE=E5=A4=8Dmichat?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=A4=84=E7=90=86=E5=AE=8C=E5=90=8E=E6=9C=AA?= =?UTF-8?q?=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/bot/eventMsg.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/bot/eventMsg.ts b/routes/bot/eventMsg.ts index 7a2ff09..4571bf2 100644 --- a/routes/bot/eventMsg.ts +++ b/routes/bot/eventMsg.ts @@ -137,6 +137,7 @@ const manageCMDMsg = (ctx: Context.Data) => { // 帮助 logger.info(`bot command is /help, chatId: ${chatId}`) manageHelpMsg(ctx, "miChatGuide") + return } // 小煎蛋专属功能