From e37667224133832f19ece04b32d0fcb14bfe3967 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index aaa1628..753be61 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -488,7 +488,7 @@ async function userRounds(message) { }); const roundsEmbed = new Discord.MessageEmbed() - .setTitle(`Rounds requested by ${message.author.tag}`) + .setTitle(`Last 5 rounds requested by ${message.author.tag}`) .setDescription(finalMessage) .setTimestamp();