fixed minor oversight with timestamp

This commit is contained in:
EL2020 2021-07-03 18:56:53 -04:00
parent 3844a4929d
commit 2c946c8558
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ export const DailyCommand = new NamedCommand({
embed: {
title: "Daily Reward",
description: `It's too soon to pick up your daily Mons. Try again at <t:${Math.floor(
(user.lastReceived + 79200000 - now) / 1000
(user.lastReceived + 79200000) / 1000
)}:t>.`,
color: ECO_EMBED_COLOR
}