diff --git a/src/commands/economy/daily.ts b/src/commands/economy/daily.ts index fab06ed..f1d10af 100644 --- a/src/commands/economy/daily.ts +++ b/src/commands/economy/daily.ts @@ -15,7 +15,7 @@ export const daily = createCommand({ .setTitle("💰 Daily Reward Claimed!") .setDescription(`You claimed **${result.amount}** Astral Units!`) .addFields( - { name: "Activity Score", value: `🔥 ${result.streak}`, inline: true }, + { name: "Streak", value: `🔥 ${result.streak} days`, inline: true }, { name: "Next Reward", value: ``, inline: true } ) .setColor("Gold")