From e6b6b567400be0f3f20e5376ec78d773328765af Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 30 May 2018 12:04:00 +0000 Subject: [PATCH] Fix requring own file --- structures/Command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structures/Command.js b/structures/Command.js index cd3f2015..3ebbd5a1 100644 --- a/structures/Command.js +++ b/structures/Command.js @@ -1,4 +1,4 @@ -const Command = require('../../structures/Command'); +const { Command } = require('discord.js-commando'); class XiaoCommand extends Command { constructor(client) {