From 8abdfc3b2f81ef6dd65d8fbff72b6c8c602318da Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Fri, 8 May 2026 23:37:43 +0200 Subject: [PATCH] feat(discord-bot): change quete command to send message instead of replying --- apps/discord-bot/src/commands/quete.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/discord-bot/src/commands/quete.ts b/apps/discord-bot/src/commands/quete.ts index 19c5000..30a484f 100644 --- a/apps/discord-bot/src/commands/quete.ts +++ b/apps/discord-bot/src/commands/quete.ts @@ -6,7 +6,7 @@ export const queteCommand: Command = async (message) => { const quest = (await getActiveQuest()) ?? (await getLatestQuest()); const color = parseInt(quest.quest.promoImagePrimaryColor.substring(1), 16); - await message.reply({ + await message.channel.send({ allowedMentions: { repliedUser: false },