Changed how embed look
This commit is contained in:
parent
5e649c35b4
commit
74cc9425c5
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ class MessageReactionAddListener extends Listener {
|
||||||
.setColor(reaction.message.member.displayHexColor)
|
.setColor(reaction.message.member.displayHexColor)
|
||||||
.setAuthor(reaction.message.author.username, reaction.message.author.displayAvatarURL())
|
.setAuthor(reaction.message.author.username, reaction.message.author.displayAvatarURL())
|
||||||
.setDescription(messageContent)
|
.setDescription(messageContent)
|
||||||
.addField('Jump to', `[message](https://discordapp.com/channels/${reaction.message.guild.id}/${reaction.message.channel.id}/${reaction.message.id})`)
|
.addField('Jump to', `[message](https://discordapp.com/channels/${reaction.message.guild.id}/${reaction.message.channel.id}/${reaction.message.id})`, true)
|
||||||
.addField('Channel', reaction.message.channel)
|
.addField('Channel', reaction.message.channel, true)
|
||||||
.setFooter(reaction.count + ' ' + emote)
|
.setFooter(reaction.count + ' ' + emote)
|
||||||
.setTimestamp();
|
.setTimestamp();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue