mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
made .eco daily display new balance
This commit is contained in:
parent
62c5dd8602
commit
ce414cb266
1 changed files with 7 additions and 1 deletions
|
@ -19,7 +19,13 @@ export const DailyCommand = new NamedCommand({
|
|||
embed: {
|
||||
title: "Daily Reward",
|
||||
description: "You received 1 Mon!",
|
||||
color: ECO_EMBED_COLOR
|
||||
color: ECO_EMBED_COLOR,
|
||||
fields: [
|
||||
{
|
||||
name: "New balance:",
|
||||
value: pluralise(user.money, "Mon", "s")
|
||||
}
|
||||
]
|
||||
}
|
||||
});
|
||||
} else
|
||||
|
|
Loading…
Reference in a new issue