1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-12 06:45:46 +08:00

remove todo comment

This commit is contained in:
Richard Chien 2020-08-17 14:10:33 +08:00
parent 4820eb2fec
commit 99b414530a

View File

@ -394,7 +394,6 @@ func (bot *CQBot) CQHandleQuickOperation(context, operation gjson.Result) MSG {
bot.CQSendGroupMessage(context.Get("group_id").Int(), reply, autoEscape) bot.CQSendGroupMessage(context.Get("group_id").Int(), reply, autoEscape)
} }
if msgType == "private" { if msgType == "private" {
// TODO: 处理auto_escape
bot.CQSendPrivateMessage(context.Get("user_id").Int(), reply, autoEscape) bot.CQSendPrivateMessage(context.Get("user_id").Int(), reply, autoEscape)
} }
} }