Skip to content

Commit

Permalink
🎨 改成at
Browse files Browse the repository at this point in the history
  • Loading branch information
guohuiyuan committed May 22, 2024
1 parent 8b1a8f5 commit a428fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/chatcount/chatcount.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func init() {
Handle(func(ctx *zero.Ctx) {
todayTime, remindFlag := ctdb.updateChatTime(ctx.Event.GroupID, ctx.Event.UserID)
if remindFlag {
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)))
}
})

Expand Down

0 comments on commit a428fc7

Please sign in to comment.