Skip to content

Commit b904331

Browse files
committed
fix: cleanup
1 parent d04bc47 commit b904331

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bot/commands/flower.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,7 @@ function createFlowerEmbed(
375375
.setColor('#FF69B4') // Pink color for flowers
376376
.setTitle('🌸🌺🌼')
377377
.setDescription(message)
378-
.addFields({ name: '\u200b', value: `Submitted by ${displayName}`, inline: true })
379-
.setFooter({ text: 'Thank you for celebrating with us! 🌸' });
378+
.setFooter({ text: `Submitted by ${displayName} • Thank you for celebrating with us! 🌸` });
380379

381380
// Add image if provided
382381
if (attachmentData) {

0 commit comments

Comments
 (0)