From 546754e262a863c3e87d14be7629a832ccb36474 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 28 Apr 2020 09:25:26 -0400 Subject: [PATCH] Fix lint --- commands/util/help.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/util/help.js b/commands/util/help.js index 3e07f188..5a608a53 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 AutoReplyCommand = require('../../structures/commands/AutoReply'); module.exports = class HelpCommand extends Command { constructor(client) {