Closed Anshrk closed 3 years ago
This is not a feature specific for discord.ts, but rather discord.js as you said yourself.
channel.send
takes a parameter of either a string or obj. To send an embed, do channel.send({embed: myEmbed})
.
Please check out the discord.js docs, it will answer most questions like this one.
oh, that works, thank you for the help
I couldn't find a way to send embed message, i created an embed using discord.js but couldn't send it cause
didn't have an
embed
parameter