Skip to content

Fix failing CI tests (cdn.discordapp.com no longer responds to GET).

Discord is breaking/expiring old attachment links (https://www.youtube.com/watch?v=rZ73h1qWb3c), so the CI fails trying to get the Free Speech embed image (the only thing currently hosted on Discord's CDN). This commit downloads that image into the command_images folder so tests pass again.

Further documentation/test changes probably required to stop people from doing this in the future.

Merge request reports