feat: 只要和michat说话就回复help
This commit is contained in:
parent
1153183869
commit
bd67a36c17
@ -135,11 +135,8 @@ const manageCMDMsg = (ctx: Context.Data) => {
|
|||||||
// michat专属功能
|
// michat专属功能
|
||||||
if (app === "michat") {
|
if (app === "michat") {
|
||||||
// 帮助
|
// 帮助
|
||||||
if (msgText.trim() === "/help") {
|
logger.info(`bot command is /help, chatId: ${chatId}`)
|
||||||
logger.info(`bot command is /help, chatId: ${chatId}`)
|
manageHelpMsg(ctx, "miChatGuide")
|
||||||
manageHelpMsg(ctx, "miChatGuide")
|
|
||||||
return
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 小煎蛋专属功能
|
// 小煎蛋专属功能
|
||||||
|
Loading…
x
Reference in New Issue
Block a user