From a3cd86b5dd64cb81e29de7d7d70f91de4c56fed0 Mon Sep 17 00:00:00 2001 From: Trey Date: Fri, 23 Feb 2018 20:02:47 -0500 Subject: ficks --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index dc47bcf..5f227cb 100644 --- a/bot.js +++ b/bot.js @@ -50,7 +50,7 @@ function parseCommand(msg) { bot.channels.get('416726932927938570').send( new Discord.RichEmbed() .setColor (0x00ae86) - .setAuthor(`${suggestionAuthor.user.tag}`, suggestionAuthor.avatarURL) + .setAuthor(`${suggestionAuthor.user.tag}`, message.author.displayavatarURL) .setDescription('This is a suggestion from a community member for something relating to the server. Please rate it based on your opinion, and a staff member will decide what to do with the suggestion.') .addField('Suggestion Contents', args.join(' ')) ).then(message => { -- cgit v1.2.3