forked from Supositware/Haha-Yes
This commit is contained in:
parent
fff134bbb8
commit
d201e5d624
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
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');
|
||||||
const autoresponse = require('../../json/autoresponse.json')
|
|
||||||
|
|
||||||
module.exports = class sayCommand extends Command {
|
module.exports = class sayCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
|
|
Loading…
Reference in a new issue