diff --git a/konabot/common/nb/extract_image.py b/konabot/common/nb/extract_image.py index f548c22..93880e8 100644 --- a/konabot/common/nb/extract_image.py +++ b/konabot/common/nb/extract_image.py @@ -127,7 +127,7 @@ async def extract_image_from_message( for a in evt.attachments: if "image/" not in a.content_type: continue - url = a.url + url = a.proxy_url return (await download_image_bytes(url)).bind(bytes_to_pil) for seg in UniMessage.of(msg, bot):