fix: 修复了一些问题
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user