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) {