ker0olos / fable

Fable is a free, open-source gacha bot — a powerful Mudae alternative
https://fable.deno.dev/invite
MIT License
32 stars 24 forks source link

Switch Images to Attachments #374

Closed ker0olos closed 5 months ago

ker0olos commented 5 months ago

Due to a bug in discord media proxy (https://github.com/discord/discord-api-docs/issues/6694), images are failing to load frequently, a workaround this is using attachments to upload the images, attachments aren't subject to discord media proxy.

This unfortunately has the downside of increased latency when replying to users commands, since we have to wait for all the images to be uploaded before the message is sent instead of after. And having to update hundreds of test cases.