From b4fa12f3a12d1319760091103d551ca7c3ddd7a7 Mon Sep 17 00:00:00 2001 From: tcmofashi Date: Fri, 14 Mar 2025 15:56:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=AD=A3=E4=BA=86=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=96=B0=E5=A2=9E=E7=9A=84messageCQ=E7=9A=84=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/chat/bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/chat/bot.py b/src/plugins/chat/bot.py index 9f1bd2378..de99cb332 100644 --- a/src/plugins/chat/bot.py +++ b/src/plugins/chat/bot.py @@ -381,6 +381,7 @@ class ChatBot: reply_message=None, platform="qq", ) + await message_cq.initialize() message_json = message_cq.to_dict() message = MessageRecv(message_json)