diff --git a/src/commands/economy/daily.ts b/src/commands/economy/daily.ts index aafb290..b90219b 100644 --- a/src/commands/economy/daily.ts +++ b/src/commands/economy/daily.ts @@ -19,7 +19,7 @@ export const daily = createCommand({ .addFields( { name: "Streak", value: `🔥 ${result.streak} days`, inline: true }, { name: "Weekly Progress", value: `${"🟩".repeat(result.streak % 7 || 7)}${"⬜".repeat(7 - (result.streak % 7 || 7))} (${result.streak % 7 || 7}/7)`, inline: true }, - { name: "Next Reward", value: `< t:${Math.floor(result.nextReadyAt.getTime() / 1000)}: R > `, inline: true } + { name: "Next Reward", value: ` `, inline: true } ) .setColor("Gold") .setTimestamp();