We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1a8f5 commit a428fc7Copy full SHA for a428fc7
plugin/chatcount/chatcount.go
@@ -32,7 +32,7 @@ func init() {
32
Handle(func(ctx *zero.Ctx) {
33
todayTime, remindFlag := ctdb.updateChatTime(ctx.Event.GroupID, ctx.Event.UserID)
34
if remindFlag {
35
- ctx.SendChain(message.Reply(ctx.Event.MessageID), message.Text(fmt.Sprintf("BOT提醒:你今天已经水群%d分钟了!", todayTime)))
+ ctx.SendChain(message.At(ctx.Event.UserID), message.Text(fmt.Sprintf("BOT提醒:你今天已经水群%d分钟了!", todayTime)))
36
}
37
})
38
0 commit comments