diff --git a/coolq/api.go b/coolq/api.go index cb65d725..9ada3871 100644 --- a/coolq/api.go +++ b/coolq/api.go @@ -394,7 +394,6 @@ func (bot *CQBot) CQHandleQuickOperation(context, operation gjson.Result) MSG { bot.CQSendGroupMessage(context.Get("group_id").Int(), reply, autoEscape) } if msgType == "private" { - // TODO: 处理auto_escape bot.CQSendPrivateMessage(context.Get("user_id").Int(), reply, autoEscape) } }