From 12d842e3dfa3ac81a782ee344291718c2807f2b2 Mon Sep 17 00:00:00 2001 From: Lukian LEIZOUR Date: Wed, 26 Jun 2024 17:45:29 +0200 Subject: [PATCH] commit --- src/commands/animations/qotd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });