diff --git a/src/commands/fun/modules/eco-core.ts b/src/commands/fun/modules/eco-core.ts index a1fff4f..517bfba 100644 --- a/src/commands/fun/modules/eco-core.ts +++ b/src/commands/fun/modules/eco-core.ts @@ -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