We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04bc47 commit b904331Copy full SHA for b904331
src/bot/commands/flower.ts
@@ -375,8 +375,7 @@ function createFlowerEmbed(
375
.setColor('#FF69B4') // Pink color for flowers
376
.setTitle('🌸🌺🌼')
377
.setDescription(message)
378
- .addFields({ name: '\u200b', value: `Submitted by ${displayName}`, inline: true })
379
- .setFooter({ text: 'Thank you for celebrating with us! 🌸' });
+ .setFooter({ text: `Submitted by ${displayName} • Thank you for celebrating with us! 🌸` });
380
381
// Add image if provided
382
if (attachmentData) {
0 commit comments