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({
embed: {
title: "Daily Reward",
description: `It's too soon to pick up your daily Mons. Try again at <t:${Math.floor(
(user.lastReceived + 79200000) / 1000
)}:t>.`,
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
}
});