diff --git a/src/commands/animations/qotd.ts b/src/commands/animations/qotd.ts index fc40031..99c9e9b 100644 --- a/src/commands/animations/qotd.ts +++ b/src/commands/animations/qotd.ts @@ -52,7 +52,7 @@ export default { .addComponents(cancel, confirm); // @ts-ignore: Unreachable code error - const reply = await interaction.reply({embeds: [confirm_embed], content: role ? `<@&${role.id}>` : '', components: [row], ephemeral: true}); + const reply = await interaction.reply({embeds: [confirm_embed], components: [row], ephemeral: true}); const confirmation = await reply.awaitMessageComponent({ time: 60_000 });