From e5c609fc4bfa09ec3fedba47c5b6bc0cb763d2d3 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Sun, 23 Sep 2018 15:06:59 +0200 Subject: [PATCH] removed delreply --- index.js | 1 - 1 file changed, 1 deletion(-) 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");