This commit is contained in:
Daniel Odendahl Jr
2017-03-24 17:39:03 +00:00
parent bce2ea3923
commit b8854cddec
+1 -1
View File
@@ -77,7 +77,7 @@ client.on('messageReactionAdd', (reaction, user) => {
}
else {
const embed = new Discord.RichEmbed()
.setAuthor(user.username, user.avatarURL)
.setAuthor(reaction.message.author.username, reaction.message.author.avatarURL)
.setColor(0xFFA500)
.setTimestamp()
.setDescription(reaction.message.content);