From eac02655229c5779331fb493715f771202bc286f Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Mon, 5 Feb 2024 14:45:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=A2=91=E9=81=93?= =?UTF-8?q?=E7=A7=81=E8=81=8A=E4=B8=94=E7=8B=AC=E7=AB=8B=E4=BC=9A=E8=AF=9D?= =?UTF-8?q?=E4=B8=8B=E7=9A=84=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/platform/qq_official.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/platform/qq_official.py b/model/platform/qq_official.py index 39709a2b8..76fae46f3 100644 --- a/model/platform/qq_official.py +++ b/model/platform/qq_official.py @@ -87,7 +87,7 @@ class QQOfficial(Platform): self.logger.log(f"{message.sender.nickname}({message.sender.tiny_id}{_t}) -> {self.parse_message_outline(message)}", tag="QQ_OFFICIAL") # 解析出 session_id if self.unique_session or not is_group: - session_id = message.sesnder.user_id + session_id = message.sender.user_id else: session_id = message.channel_id