diff --git a/src/commands/rounds.ts b/src/commands/rounds.ts index 4301e4e..e3c5f21 100644 --- a/src/commands/rounds.ts +++ b/src/commands/rounds.ts @@ -94,7 +94,7 @@ export async function execute(interaction) { const roundsListEmbed = new MessageEmbed() .setAuthor({ name: interaction.user.tag, iconURL: interaction.user.displayAvatarURL() }) - .setTitle(`Last 5 roundsList requested by ${interaction.user.tag}`) + .setTitle('Last 5 Rounds Requested') .setDescription(finalMessage) .setTimestamp();