fix: 修改日报和周报命令的文本提示
This commit is contained in:
parent
0432a06955
commit
c3b827787a
@ -140,13 +140,13 @@ const manageCMDMsg = (ctx: Context.Data) => {
|
||||
return
|
||||
}
|
||||
// 立即发送日简报
|
||||
if (msgText === "发送日报") {
|
||||
if (msgText === "总结日报") {
|
||||
logger.info(`bot command is summary, chatId: ${chatId}`)
|
||||
attachService.groupAgent(app, body, "summary", "daily")
|
||||
return
|
||||
}
|
||||
// 立即发送周简报
|
||||
if (msgText === "发送周报") {
|
||||
if (msgText === "总结周报") {
|
||||
logger.info(`bot command is summary, chatId: ${chatId}`)
|
||||
attachService.groupAgent(app, body, "summary", "weekly")
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user