From 970fe020271bda3743f2f6ca5e77f79aa6d88ed4 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sat, 17 Aug 2024 14:30:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DQQ=E5=AE=98=E6=96=B9?= =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BAAPI=E8=81=8A=E5=A4=A9=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E6=89=BE=E5=88=B0=E5=B9=B3=E5=8F=B0=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20#189?= 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 147fd5b47..aa770d5f8 100644 --- a/model/platform/qq_official.py +++ b/model/platform/qq_official.py @@ -216,7 +216,7 @@ class QQOfficial(Platform): role = 'member' # construct astrbot message event - ame = AstrMessageEvent.from_astrbot_message(message, self.context, "qqchan", session_id, role) + ame = AstrMessageEvent.from_astrbot_message(message, self.context, "qqofficial", session_id, role) message_result = await self.message_handler.handle(ame) if not message_result: