From 6dbcf3153c38956021049d3e7c91535b2b4cc9ca Mon Sep 17 00:00:00 2001 From: purofle Date: Sat, 10 May 2025 21:09:27 +0800 Subject: [PATCH] reflector: change text --- bot/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/handler.go b/bot/handler.go index ff9ce9a..c545556 100644 --- a/bot/handler.go +++ b/bot/handler.go @@ -167,7 +167,7 @@ func (h *Handler) CommandMsgStats(c tele.Context) error { return err } - text := fmt.Sprintf("您今天发了 %d 条消息\n最近 24 小时内 %s 发言数量最多,为 %d 条", count, member.User.FirstName, topCounter) + text := fmt.Sprintf("您今天发了 %d 条消息\n最近 24 小时内的龙王是 %s!一共水了 %d 条消息", count, member.User.FirstName, topCounter) reply, err := c.Bot().Reply(c.Message(), text) if err != nil { return err