From 60011f59a09b57c5eb3ff9ad404a5afa5331aa91 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 6 Sep 2017 01:35:36 +0000 Subject: [PATCH] Fixes --- commands/util/help.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/util/help.js b/commands/util/help.js index a85a92ca..61b306c1 100644 --- a/commands/util/help.js +++ b/commands/util/help.js @@ -1,7 +1,6 @@ const Command = require('../../structures/Command'); const { MessageEmbed } = require('discord.js'); const { stripIndents } = require('common-tags'); -const { util } = require('discord.js-commando'); module.exports = class HelpCommand extends Command { constructor(client) {