From b0bcef5fe24ac0a8a1c590e65bf32b6addb85e19 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 28 Jun 2020 20:25:46 -0400 Subject: [PATCH] ??? --- commands/util/shutdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/util/shutdown.js b/commands/util/shutdown.js index 066ea31a..4930c415 100644 --- a/commands/util/shutdown.js +++ b/commands/util/shutdown.js @@ -1,5 +1,5 @@ const Command = require('../../structures/Command'); -const { verify } = await require('../../util/Util'); +const { verify } = require('../../util/Util'); const texts = require('../../assets/json/shutdown'); module.exports = class ShutdownCommand extends Command {