Embed interaction replys

How would I go about doing embeds in interaction replys (slash commands)
5 Replies
d.js toolkit
d.js toolkit12mo ago
• 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.
Syjalo
Syjalo12mo ago
You pass a message object to .reply(). It has embeds property which is an array of embeds.
Isabella
Isabella12mo ago
Do you possibly have an example of that? Maybe something from the guide if possible
d.js docs
d.js docs12mo ago
guide Popular Topics: Embeds read more
Isabella
Isabella12mo ago
Thank you, Syjalo, and chewie 🌈