Embed: Wrong image in iconURL
Hello!
I'm with Typescript. I generate my image using my GitHub repository, so I just need to push to it and use
https://raw.githubusercontent.com/${GITHUB}/master/images
The image has been successfully pushed (for example, see : https://raw.githubusercontent.com/lisandra-dev/velum-bot/master/images/meteo/moon/waxing-crescent.png)
But, my bot continue to load/display the old version of the image, as I changed the image previously.
How cache image works in discord ? How can I fix that ?
I use a link like that:
3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Post the full error stack trace, not just the top part!
- Show your code!
- Explain what exactly your issue is.
- Not a discord.js issue? Check out #useful-servers.
- Issue solved? Press the button!I don't have any error but here the screenshot and the image that must be displayed
Moreover strange, using
.setImage
load the good image :