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":