diff --git a/index.js b/index.js index 65202e7d..f49549c8 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,6 @@ const { CommandoClient } = require('discord.js-commando'); const path = require('path'); const { token, prefix, botID, statsChannel, ownerID, supportServer } = require('./config.json'); const responseObject = require("./json/reply.json"); -const delresponseObject = require("./json/delreply.json"); const reactObject = require("./json/react.json"); const imgResponseObject = require("./json/imgreply.json");