From 5d08247ece0b95bbc24b68b66d974f2e465e84f0 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Fri, 29 Jul 2022 16:21:21 -0700 Subject: [PATCH] fix consts --- commands/withdraw.js | 2 +- commands/work.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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",