on discord.js V13 was
const exampleEmbed = new EmbedBuilder()
exampleEmbed.Description += "HI"
.setTitle(`Matrox **TEST**`)
.setDescription('')
interaction.reply({ embeds: [exampleEmbed] });
i tried a lot of things but i get unknow errors
New contributor
CrazyMan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.