We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b904331 commit 06e9a32Copy full SHA for 06e9a32
src/bot/commands/flower.ts
@@ -373,7 +373,7 @@ function createFlowerEmbed(
373
): EmbedBuilder {
374
const embed = new EmbedBuilder()
375
.setColor('#FF69B4') // Pink color for flowers
376
- .setTitle('🌸🌺🌼')
+ .setTitle('🌸🌺🌼💐')
377
.setDescription(message)
378
.setFooter({ text: `Submitted by ${displayName} • Thank you for celebrating with us! 🌸` });
379
0 commit comments