From 8c584720e87275e60e0baebfbee46d502678624f Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Sun, 2 May 2021 12:38:19 -0500 Subject: [PATCH] Change embed title and add author --- bot/awesomescibo.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index 753be61..4477086 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -488,6 +488,10 @@ async function userRounds(message) { }); const roundsEmbed = new Discord.MessageEmbed() +<<<<<<< HEAD +======= + .setAuthor(message.author.tag, message.author.displayAvatarURL()) +>>>>>>> e70c83d (Change embed title and add author) .setTitle(`Last 5 rounds requested by ${message.author.tag}`) .setDescription(finalMessage) .setTimestamp();