mirror of
https://github.com/purofle/remake_bot.git
synced 2025-06-17 23:03:30 +08:00
reflector: change text
This commit is contained in:
parent
8edc8d8251
commit
6dbcf3153c
@ -167,7 +167,7 @@ func (h *Handler) CommandMsgStats(c tele.Context) error {
|
|||||||
return err
|
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)
|
reply, err := c.Bot().Reply(c.Message(), text)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
Reference in New Issue
Block a user