Image shows on edit
Hello,
When I create an embed with an image that is attached to my message, and then I edit this embed, the image is showed in addition of the image in the embed.
Is there any way to fix it ?
Thank you !
7 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!code
This is a big code... Maybe you want only the edit part ?
yes
This is because it's no longer an attachment:// link
You need to change it to the discord CDN link it created when you edit
I'm not changing the embed on my edit. Maybe I have to ?