From f877bd32a8504fea0201925990a6065ac5c2a0cf Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 1 Jun 2017 08:47:57 +0000 Subject: [PATCH] Fix --- XiaoBot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XiaoBot.js b/XiaoBot.js index 2eb5bd76..bdf71e14 100644 --- a/XiaoBot.js +++ b/XiaoBot.js @@ -1,6 +1,6 @@ const { TOKEN, OWNER, PREFIX, INVITE } = process.env; const path = require('path'); -const CommandoClient = require('./structures/Client'); +const CommandoClient = require('./structures/CommandoClient'); const client = new CommandoClient({ commandPrefix: PREFIX, owner: OWNER,