From 3844a4929d7fde119f2dab8251d0d37cf4349912 Mon Sep 17 00:00:00 2001 From: EL2020 Date: Sat, 3 Jul 2021 18:53:30 -0400 Subject: [PATCH] made .eco daily's cooldown message use the new timestamps --- src/commands/fun/modules/eco-core.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/commands/fun/modules/eco-core.ts b/src/commands/fun/modules/eco-core.ts index 517bfba..589333f 100644 --- a/src/commands/fun/modules/eco-core.ts +++ b/src/commands/fun/modules/eco-core.ts @@ -32,10 +32,9 @@ export const DailyCommand = new NamedCommand({ send({ embed: { title: "Daily Reward", - description: `It's too soon to pick up your daily Mons. You have about ${( - (user.lastReceived + 79200000 - now) / - 3600000 - ).toFixed(1)} hours to go.`, + description: `It's too soon to pick up your daily Mons. Try again at .`, color: ECO_EMBED_COLOR } });