From d201e5d624fe0b1359f8454bee084ff3aa29ad85 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Fri, 19 Oct 2018 23:40:07 +0200 Subject: [PATCH] --- commands/admin/autoresponse.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/commands/admin/autoresponse.js b/commands/admin/autoresponse.js index fe79b8b1..bc24fd5d 100644 --- a/commands/admin/autoresponse.js +++ b/commands/admin/autoresponse.js @@ -1,8 +1,6 @@ const { Command } = require('discord.js-commando'); const blacklist = require('../../json/blacklist.json'); const fs = require('fs'); -const autoresponse = require('../../json/autoresponse.json') - module.exports = class sayCommand extends Command { constructor(client) { super(client, {