1
0
Fork 0

fix this.client

akairo
loicbersier 5 years ago
parent 8f3fbfcf12
commit dc248cdb57

@ -58,7 +58,7 @@ class MessageReactionAddListener extends Listener {
channel = client.channels.get(shameboardChannel['shameboard']);
}
let Embed = this.client.util.embed()
let Embed = client.util.embed()
.setColor(reaction.message.member.displayHexColor)
.setAuthor(reaction.message.author.username, reaction.message.author.displayAvatarURL())
.addField('Jump to', `[message](https://discordapp.com/channels/${reaction.message.guild.id}/${reaction.message.channel.id}/${reaction.message.id})`, true)

Loading…
Cancel
Save