We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e40eb commit 6da0353Copy full SHA for 6da0353
1 file changed
plugins/chat.py
@@ -321,7 +321,7 @@ async def hey(self, ctx: commands.Context):
321
if m.author_display_name_with_id
322
else m.clean_content,
323
},
324
- *({"type": "image_url", "image_url": {"url": url}} for url in m.image_urls),
+ *({"type": "input_image", "image_url": url} for url in m.image_urls),
325
],
326
}
327
for m in history
0 commit comments