Merge pull request #63 from kemingy/stat_mono

feat: align the stat text
This commit is contained in:
yihong
2026-01-06 19:53:49 +08:00
committed by GitHub

View File

@@ -338,8 +338,8 @@ def stats_command(message: Message, bot: TeleBot):
user_text = "" user_text = ""
return_message = ( return_message = (
f"📊 群组消息统计信息:\n<blockquote expandable>\n{stats_text}\n</blockquote>\n" f"📊 群组消息统计信息:\n<blockquote expandable><pre>\n{stats_text}\n</pre></blockquote>\n"
f"👤 用户消息统计信息:\n<blockquote expandable>\n{user_text}\n</blockquote>\n" f"👤 用户消息统计信息:\n<blockquote expandable><pre>\n{user_text}\n</pre></blockquote>\n"
) )
bot.reply_to( bot.reply_to(