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 },