Local image not rendering in embed
I'm trying to add a local image in an embed. Here is my code:
This is what it sends as:
5 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!when I send it without the image in the url it sends like this and still doesnt render:
I think the issue is with the png file itself. What could cause a PNG not to want to render?
It won’t display in an embed
Except if you use the embeds setImage
discord.js Guide
Imagine a guide... that explores the many possibilities for your discord.js bot.