From e53c44ad02ed613a13ff3acb98c2fde8e1a3b6d3 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 27 Oct 2018 19:58:14 -0400 Subject: [PATCH] Bug Fix --- commands/info/first-message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/info/first-message.js b/commands/info/first-message.js index 63dbf149..06157b7c 100644 --- a/commands/info/first-message.js +++ b/commands/info/first-message.js @@ -28,7 +28,7 @@ module.exports = class FirstMessageCommand extends Command { const embed = new MessageEmbed() .setColor(message.member ? message.member.displayHexColor : 0x00AE86) .setThumbnail(message.author.displayAvatarURL({ format })) - .setAuthor(msg.author.tag, msg.author.displayAvatarURL({ format })) + .setAuthor(message.author.tag, message.author.displayAvatarURL({ format })) .setDescription(message.content) .setTimestamp(message.createdAt) .setFooter(`ID: ${message.id}`)