diff --git a/src/commands/fun/modules/eco-core.ts b/src/commands/fun/modules/eco-core.ts index 388f576..517bfba 100644 --- a/src/commands/fun/modules/eco-core.ts +++ b/src/commands/fun/modules/eco-core.ts @@ -32,9 +32,10 @@ export const DailyCommand = new NamedCommand({ send({ embed: { title: "Daily Reward", - description: `It's too soon to pick up your daily Mons. Try again at .`, + description: `It's too soon to pick up your daily Mons. You have about ${( + (user.lastReceived + 79200000 - now) / + 3600000 + ).toFixed(1)} hours to go.`, color: ECO_EMBED_COLOR } });