Embed interaction replys
How would I go about doing embeds in interaction replys (slash commands)
5 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.You pass a message object to
.reply()
. It has embeds
property which is an array of embeds.Do you possibly have an example of that? Maybe something from the guide if possible
Thank you, Syjalo, and chewie 🌈