This commit is contained in:
Daniel Odendahl Jr
2017-09-06 01:35:36 +00:00
parent cbcc62470e
commit 60011f59a0
-1
View File
@@ -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) {