const feedback = new discord.RichEmbed() .setColor([0, 0, 255]) .setFooter("Bot created by : " + message.author.username, message.author.avatarURL) .setDescription("The text I want to be sent")