From 9ce4b470da32bf32c66b080c07b9dff2d9eecd46 Mon Sep 17 00:00:00 2001 From: Essem Date: Tue, 11 Oct 2022 10:51:56 -0500 Subject: [PATCH] missed a spot --- commands/general/reload.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/general/reload.js b/commands/general/reload.js index c5d9818..7c74a6b 100644 --- a/commands/general/reload.js +++ b/commands/general/reload.js @@ -1,6 +1,5 @@ import Command from "../../classes/command.js"; import { load } from "../../utils/handler.js"; -import { checkStatus } from "../../utils/soundplayer.js"; import { paths } from "../../utils/collections.js"; class ReloadCommand extends Command { @@ -12,7 +11,7 @@ class ReloadCommand extends Command { await this.acknowledge(); const path = paths.get(commandName); if (!path) return "I couldn't find that command!"; - const result = await load(this.client, path, await checkStatus(), true); + const result = await load(this.client, path, true); if (result !== commandName) return "I couldn't reload that command!"; if (process.env.PM2_USAGE) { process.send({