fix: 更新CI命令为'/ci monitor'以提高命令的可读性

This commit is contained in:
zhaoyingbo 2024-12-21 03:29:45 +00:00
parent eff7374be2
commit 85eadb9cec

View File

@ -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