diff --git a/src/commands/fun/subcommands/eco-shop.ts b/src/commands/fun/subcommands/eco-shop.ts index 8aa2c21..9c3a5f8 100644 --- a/src/commands/fun/subcommands/eco-shop.ts +++ b/src/commands/fun/subcommands/eco-shop.ts @@ -82,6 +82,7 @@ export const BuyCommand = new Command({ channel.send('Not enough Mons!'); } else { user.money -= cost; + Storage.save(); item.run(message, cost, amount); }