Embed changes
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 usage
let 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
-
You can already kinda do this, you can set the link url and the title will go to that link.
-1
Zaloguj się, aby dodać komentarz.
Komentarze
Komentarze: 1