diff --git a/commands/withdraw.js b/commands/withdraw.js index b73f5e3..4b29305 100644 --- a/commands/withdraw.js +++ b/commands/withdraw.js @@ -1,5 +1,5 @@ const { MessageEmbed } = require('discord.js'); -const inventory = require('./inventory'); +const Inventory = require('./inventory'); module.exports = { name: "withdraw", diff --git a/commands/work.js b/commands/work.js index 1aebea2..fdb67f7 100644 --- a/commands/work.js +++ b/commands/work.js @@ -1,4 +1,5 @@ -const { MessageEmbed, Guild } = require('discord.js'); +const { MessageEmbed, } = require('discord.js'); +const Inventory = require('./inventory'); module.exports = { name: "work",