mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2026-01-13 21:04:24 +08:00
Merge pull request #63 from kemingy/stat_mono
feat: align the stat text
This commit is contained in:
@@ -338,8 +338,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(
|
||||
|
||||
Reference in New Issue
Block a user