Skip to content

Commit

Permalink
message author hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sabattle committed Sep 6, 2020
1 parent 070982c commit b1c9088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/messageUpdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = (client, oldMessage, newMessage) => {
}

const embed = new MessageEmbed()
.setAuthor(`${newMessage.user.tag}`, newMessage.author.displayAvatarURL({ dynamic: true }))
.setAuthor(`${newMessage.author.tag}`, newMessage.author.displayAvatarURL({ dynamic: true }))
.setTimestamp()
.setColor(newMessage.guild.me.displayHexColor);

Expand Down

0 comments on commit b1c9088

Please sign in to comment.