Skip to content

Commit a428fc7

Browse files
committed
🎨 改成at
1 parent 8b1a8f5 commit a428fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/chatcount/chatcount.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func init() {
3232
Handle(func(ctx *zero.Ctx) {
3333
todayTime, remindFlag := ctdb.updateChatTime(ctx.Event.GroupID, ctx.Event.UserID)
3434
if remindFlag {
35-
ctx.SendChain(message.Reply(ctx.Event.MessageID), message.Text(fmt.Sprintf("BOT提醒:你今天已经水群%d分钟了!", todayTime)))
35+
ctx.SendChain(message.At(ctx.Event.UserID), message.Text(fmt.Sprintf("BOT提醒:你今天已经水群%d分钟了!", todayTime)))
3636
}
3737
})
3838

0 commit comments

Comments
 (0)