mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
made .eco daily's cooldown message use the new timestamps
This commit is contained in:
parent
2cb94cc6ac
commit
3844a4929d
1 changed files with 3 additions and 4 deletions
|
@ -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 <t:${Math.floor(
|
||||
(user.lastReceived + 79200000 - now) / 1000
|
||||
)}:t>.`,
|
||||
color: ECO_EMBED_COLOR
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue