Skip to content

Commit 06e9a32

Browse files
committed
feat: emoji
1 parent b904331 commit 06e9a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bot/commands/flower.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ function createFlowerEmbed(
373373
): EmbedBuilder {
374374
const embed = new EmbedBuilder()
375375
.setColor('#FF69B4') // Pink color for flowers
376-
.setTitle('🌸🌺🌼')
376+
.setTitle('🌸🌺🌼💐')
377377
.setDescription(message)
378378
.setFooter({ text: `Submitted by ${displayName} • Thank you for celebrating with us! 🌸` });
379379

0 commit comments

Comments
 (0)