feat: 注释掉日周报命令处理逻辑

This commit is contained in:
zhaoyingbo 2024-12-02 03:41:43 +00:00
parent 21bf2bf6af
commit c4b6631b14

@ -122,18 +122,18 @@ const manageCMDMsg = (ctx: Context.Data) => {
groupAgent.report.unsubscribe(ctx)
return
}
// 立即发送日简报
if (msgText === "总结日报") {
logger.info(`bot command is summary, chatId: ${chatId}`)
groupAgent.report.gen4Test(ctx, "daily")
return
}
// 立即发送周简报
if (msgText === "总结周报") {
logger.info(`bot command is summary, chatId: ${chatId}`)
groupAgent.report.gen4Test(ctx, "weekly")
return
}
// // 立即发送日简报
// if (msgText === "总结日报") {
// logger.info(`bot command is summary, chatId: ${chatId}`)
// groupAgent.report.gen4Test(ctx, "daily")
// return
// }
// // 立即发送周简报
// if (msgText === "总结周报") {
// logger.info(`bot command is summary, chatId: ${chatId}`)
// groupAgent.report.gen4Test(ctx, "weekly")
// return
// }
}
// 小煎蛋专属功能