I have been trying many ways to make the bot add images when it’s created a event but it just doesn’t seem to work. The event is created all is fine and no error shows up, there is just no image showing up on the discord event.
its prob a bug, since it also doesnt work for me, can you change the Categorie to Bug reports?
if you really need it you can work around it with costum network request until its fixed
Discord Developer Portal — Documentation — Guild Scheduled Event
From the Discord Docs it looks like the API accepts Base 64, perhaps the field is just mislabeled? Try uploading this:
data:image/png;base64,{{{PASTE}}}
Replace {{{PASTE}}}
with the content at this link: https://pastebin.pl/view/1caba3dc
It was too long for the forum lol