diff --git a/routes/bot/eventMsg.ts b/routes/bot/eventMsg.ts index a8b9f20..7a2ff09 100644 --- a/routes/bot/eventMsg.ts +++ b/routes/bot/eventMsg.ts @@ -135,11 +135,8 @@ const manageCMDMsg = (ctx: Context.Data) => { // michat专属功能 if (app === "michat") { // 帮助 - if (msgText.trim() === "/help") { - logger.info(`bot command is /help, chatId: ${chatId}`) - manageHelpMsg(ctx, "miChatGuide") - return - } + logger.info(`bot command is /help, chatId: ${chatId}`) + manageHelpMsg(ctx, "miChatGuide") } // 小煎蛋专属功能