fix: 更新CI命令为'/ci monitor'以提高命令的可读性
This commit is contained in:
parent
eff7374be2
commit
85eadb9cec
@ -107,7 +107,7 @@ const manageCMDMsg = async (ctx: Context) => {
|
||||
}
|
||||
|
||||
// CI监控
|
||||
if (msgText === "/ci") {
|
||||
if (msgText === "/ci monitor") {
|
||||
logger.info(`bot command is /ci, chatId: ${chatId}`)
|
||||
await attachService.ciMonitor(chatId)
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user