forked from Supositware/Haha-Yes
This commit is contained in:
parent
af3d618591
commit
69c5ac8dfd
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
const { Command } = require('discord.js-commando');
|
const { Command } = require('discord.js-commando');
|
||||||
const blacklist = require('../../json/blacklist.json');
|
const blacklist = require('../../json/blacklist.json');
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
module.exports = class sayCommand extends Command {
|
module.exports = class AutoresponseCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'autoresponse',
|
name: 'autoresponse',
|
||||||
|
|
Loading…
Reference in a new issue