feat: 只要和michat说话就回复help
This commit is contained in:
parent
1153183869
commit
bd67a36c17
@ -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")
|
||||
}
|
||||
|
||||
// 小煎蛋专属功能
|
||||
|
Loading…
x
Reference in New Issue
Block a user