BudWorks / Akaei

A fun, cute, and modern Discord bot featuring pets, economy, leveling, and more. Built with Discord.js and written in Typescript.
Mozilla Public License 2.0
1 stars 0 forks source link

Create `inventory` subdocument and add it to `User` schema #12

Open JustYourBud opened 2 years ago

JustYourBud commented 2 years ago

The inventory subdocument will be contain info such as how many of a certain item a user has, as well as the item code, and other info.

Interface (WIP)

{
  inventory: [{
    ...
  }];
}