feat(discord-bot): remove old gems rewards message
Some checks failed
Build and Deploy / typecheck (push) Successful in 1m27s
Build and Deploy / deploy (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled

This commit is contained in:
2026-06-01 21:58:02 +02:00
parent 4059ea1ddf
commit 4ce3e97727

View File

@@ -32,7 +32,7 @@ export const makeResultEmbed = async (result: QuestResult, exclude: Array<string
rewardsEmbed = new EmbedBuilder()
.setTitle("Récompenses")
.setDescription(`${rewards.join("\n")}\n\n-# \`lbf gemmes\` pour voir votre nombre de gemmes. Puis avec ${env.DISCORD_REWARDS_GIVER} pour échanger contre des cadeaux !`)
.setDescription(rewards.join("\n"))
.setColor(color);
}