feat: align the stat text

Signed-off-by: Keming <kemingy94@gmail.com>
This commit is contained in:
Keming
2026-01-06 19:50:17 +08:00
parent d991224efd
commit fbd098d79b

View File

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