chore: 删除无用命令
All checks were successful
Egg Server MIflow / build-image (push) Successful in 31s

This commit is contained in:
zhaoyingbo 2024-09-26 03:38:36 +00:00
parent 629d25287c
commit 75b7150048

View File

@ -175,7 +175,5 @@ export const manageEventMsg = (ctx: Context.Data): boolean => {
if (manageCMDMsg(ctx)) {
return true
}
// 群组消息处理
groupAgent.manageGroupMsg(ctx)
return true
}