fix: 修复了一些问题

This commit is contained in:
Soulter
2023-04-21 01:01:54 +08:00
parent 7e1e51c450
commit fd983b9f5d
+1 -1
View File
@@ -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":