feat: clarify daily reward streak display by renaming field and adding 'days' unit
This commit is contained in:
@@ -15,7 +15,7 @@ export const daily = createCommand({
|
|||||||
.setTitle("💰 Daily Reward Claimed!")
|
.setTitle("💰 Daily Reward Claimed!")
|
||||||
.setDescription(`You claimed **${result.amount}** Astral Units!`)
|
.setDescription(`You claimed **${result.amount}** Astral Units!`)
|
||||||
.addFields(
|
.addFields(
|
||||||
{ name: "Activity Score", value: `🔥 ${result.streak}`, inline: true },
|
{ name: "Streak", value: `🔥 ${result.streak} days`, inline: true },
|
||||||
{ name: "Next Reward", value: `<t:${Math.floor(result.nextReadyAt.getTime() / 1000)}:R>`, inline: true }
|
{ name: "Next Reward", value: `<t:${Math.floor(result.nextReadyAt.getTime() / 1000)}:R>`, inline: true }
|
||||||
)
|
)
|
||||||
.setColor("Gold")
|
.setColor("Gold")
|
||||||
|
|||||||
Reference in New Issue
Block a user