From e7c8b36fc197441b674e5ea48117eecb67d7128d Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Mon, 12 Dec 2022 10:46:21 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cores/qqbot/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/qqbot/core.py b/cores/qqbot/core.py index 5596cf5f..9d56349e 100644 --- a/cores/qqbot/core.py +++ b/cores/qqbot/core.py @@ -199,7 +199,7 @@ async def oper_msg(message, at=False): guild_count += 1 guild_msg_count += v['count'] guild_direct_msg_count += v['direct_count'] - await message.reply(content=f"当前会话数: {len(session_dict)}\n共有频道数: {guild_count} \n共有消息数: {guild_msg_count}\n私信数: {guild_direct_msg_count}") + await message.reply(content=f"历史会话(人)数: {len(session_dict)}\n共有频道数: {guild_count} \n共有消息数: {guild_msg_count}\n私信数: {guild_direct_msg_count}") return if qq_msg == "/help":