forked from Supositware/Haha-Yes
my bad again
This commit is contained in:
parent
46c89addb5
commit
cd6322032a
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
const { Command } = require('discord.js-commando');
|
const { Command } = require('discord.js-commando');
|
||||||
const SelfReloadJSON = require('self-reload-json');
|
const SelfReloadJSON = require('self-reload-json');
|
||||||
const blacklist = require('../../blacklist');
|
const blacklist = require('../../blacklist');
|
||||||
module.exports = class sayCommand extends Command {
|
module.exports = class saydCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'say',
|
name: 'sayd',
|
||||||
aliases: ['repeat'],
|
aliases: ['repeat'],
|
||||||
group: 'fun',
|
group: 'fun',
|
||||||
memberName: 'say',
|
memberName: 'sayd',
|
||||||
description: `Repeat the text you send ( can also use [verb] [noun] [adverb] [adjective] [member] and [number] to get random thing )`,
|
description: `Repeat the text you send ( can also use [verb] [noun] [adverb] [adjective] [member] and [number] to get random thing )`,
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue