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");