From b95d11f953c7a5fbc2079d5184337c7808615354 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 24 Sep 2018 17:10:49 +0200 Subject: [PATCH] --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b9046761..d6ad0bfb 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ const { CommandoClient } = require('discord.js-commando'); -const path = require('path'); +const path = require('path'); const { token, prefix, botID, statsChannel, ownerID, supportServer } = require('./config.json'); const responseObject = require("./json/reply.json"); const reactObject = require("./json/react.json");