From fd983b9f5d80aba273f6d95fe980d8e9370f67f4 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Fri, 21 Apr 2023 01:01:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/platform/qq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/platform/qq.py b/model/platform/qq.py index fc321c2b6..f03546aad 100644 --- a/model/platform/qq.py +++ b/model/platform/qq.py @@ -22,7 +22,7 @@ class QQ: if source.type == "GroupMessage": await self.client.sendGroupMessage(source.group_id, [ At(target=source.user_id), - Plain(text="好的,我根据你的需要为你生成了一张图片😊") + Plain(text="好的,我根据你的需要为你生成了一张图片😊"), Image.fromURL(url=res) ]) elif source.type == "FriendMessage":