const { EmbedBuilder } = require('discord.js'); const embed = new EmbedBuilder() .setColor(5793522) .setTitle('Your Title') .setDescription('Your description'); await interaction.reply({ embeds: [embed] });