diff --git a/commands/wallet.js b/commands/wallet.js index 643b5ff..29fbce8 100644 --- a/commands/wallet.js +++ b/commands/wallet.js @@ -1,4 +1,5 @@ const { EmbedBuilder } = require('discord.js'); +const { Inventory, addInventory } = require('../structures/inventory'); module.exports = { name: "wallet", diff --git a/config/config.js b/config/config.js index 4c31809..23e4e1e 100644 --- a/config/config.js +++ b/config/config.js @@ -2,7 +2,7 @@ require('dotenv').config(); module.exports = { Dev: "PROD.", - Version: "13.1.6", // (major).(feature).(revision/bug/refactoring) + Version: "13.1.7", // (major).(feature).(revision/bug/refactoring) Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot DefaultPrefix: "?", ServerID: "955668596745461830",