upgrade to discord.js v14

This commit is contained in:
SowinskiBraeden committed 2022-08-24 23:23:44 -07:00
1 parent f32c04b5bc
commit 0cdd107b92
24 files changed
+1598 -1560

No files matched your search

+1
View File
@@ -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
};