From 99b414530ab82ac1bc460ecdbd2b374be44ce038 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Mon, 17 Aug 2020 14:10:33 +0800 Subject: [PATCH] remove todo comment --- coolq/api.go | 1 - 1 file changed, 1 deletion(-) 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) } }