Embed changes Följ Grayone 29 April 2019 14:01 Hi there here is another suggestion. Embeds should have a more 'clean' look: So as of right now Embeds are very flat and bland. What I suggest is for example this: discord.js usagelet newEmbed = Discord.RichEmbed().setAuthor("Suggestion from ${user}").setColor("#00ff65").addField("Suggestion", suggestion);message.channel.send(newEmbed)//${user} and ${suggestion} have been defined as objects before.And now let me get to the main thing: Bellow .setAuthor there should be a nice slim line going through the embed. How it should look: This sort of line could appear after .setFooter as well. 19