OnUpdateDb(Data) that runs as soon as specific things are added or updated in the database. Here is the structure of the Data object:onUpdateDb function to register the command to sapphire and make the command get loaded on sapphire during restartscontainer.client.stores.get('commands').set('name', data)). See also https://github.com/sapphiredev/pieces/blob/375896b05897da0fbddbfa7a416c4c7f17445bc1/src/lib/structures/Store.ts#L103 for how we normally load files, you'll want to mimick this for in memory loading.