From 69c5ac8dfd701f564b1115ecd8018876739d4aa4 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sun, 21 Oct 2018 20:48:38 +0200 Subject: [PATCH] --- commands/admin/autoresponse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/admin/autoresponse.js b/commands/admin/autoresponse.js index a497b1e0..1863a3e0 100644 --- a/commands/admin/autoresponse.js +++ b/commands/admin/autoresponse.js @@ -1,7 +1,7 @@ const { Command } = require('discord.js-commando'); const blacklist = require('../../json/blacklist.json'); const fs = require('fs'); -module.exports = class sayCommand extends Command { +module.exports = class AutoresponseCommand extends Command { constructor(client) { super(client, { name: 'autoresponse',