Remove extended Command class

This commit is contained in:
Daniel Odendahl Jr
2017-09-29 00:49:17 +00:00
parent 9fb95df18a
commit 38a1e11b02
201 changed files with 208 additions and 228 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const Command = require('../../structures/Command');
const { Command } = require('discord.js-commando');
module.exports = class BinaryCommand extends Command {
constructor(client) {