From b76a1715103a32956d57684fd18c1e9369affd71 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sat, 29 Sep 2018 11:22:59 +0200 Subject: [PATCH] --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1f4dc2ad..0f8caadf 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ const { CommandoClient } = require('discord.js-commando'); const Discord = require('discord.js'); const path = require('path'); -const { token, prefix, botID, statsChannel, ownerID, supportServer } = require('./config.json'); +const { token, prefix, statsChannel, ownerID, supportServer } = require('./config.json'); const responseObject = require("./json/reply.json"); const reactObject = require("./json/react.json"); const imgResponseObject = require("./json/imgreply.json");