Compare commits

..

No commits in common. "e86abbef3e5e5c1f8b9155087ebe0ca1ff99f777" and "2cb94cc6ac0da603e4f45eda7d7c7989e73537ce" have entirely different histories.

View file

@ -32,9 +32,10 @@ export const DailyCommand = new NamedCommand({
send({ send({
embed: { embed: {
title: "Daily Reward", title: "Daily Reward",
description: `It's too soon to pick up your daily Mons. Try again at <t:${Math.floor( description: `It's too soon to pick up your daily Mons. You have about ${(
(user.lastReceived + 79200000) / 1000 (user.lastReceived + 79200000 - now) /
)}:t>.`, 3600000
).toFixed(1)} hours to go.`,
color: ECO_EMBED_COLOR color: ECO_EMBED_COLOR
} }
}); });