upgrade to discord.js v14
This commit is contained in:
24 files changed
+1598
-1560
No files matched your search
@@ -23,6 +23,7 @@ inventorySchema.methods.createInventory = function (userID, guildID) {
|
||||
}],
|
||||
lastWork: new Date('2000-01-01T00:00:00') // garantee's they can work right after inventory create,
|
||||
};
|
||||
this.inventory.guilds = {};
|
||||
this.inventory.guilds[guildID] = newGuild
|
||||
};
|
||||
|
||||
|
||||
Reference in new issue
Block a user