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',