mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "e86abbef3e5e5c1f8b9155087ebe0ca1ff99f777" and "2cb94cc6ac0da603e4f45eda7d7c7989e73537ce" have entirely different histories.
e86abbef3e
...
2cb94cc6ac
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue