From b76a1715103a32956d57684fd18c1e9369affd71 Mon Sep 17 00:00:00 2001
From: loicbersier <loic.bersier1@gmail.com>
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 1f4dc2a..0f8caad 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");