How to import images in a embed message?
how to import images that are in my bot folder in a embed message? Node -v 18.16.0 discord.js 14.11.0
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!and video/giphs?
Tag suggestion for @massicraft:
Files in embeds should be attached via the message option object and referenced in the embed:
Paths to png, jpg, webp, gif work
Bots cannot embed video formats like mp4
thank you @Squid