forked from Supositware/Haha-Yes
Updated description
This commit is contained in:
parent
40b557a7a5
commit
457771feb1
2 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@ module.exports = class sayCommand extends Command {
|
||||||
aliases: ['repeat'],
|
aliases: ['repeat'],
|
||||||
group: 'fun',
|
group: 'fun',
|
||||||
memberName: 'say',
|
memberName: 'say',
|
||||||
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] [activitie] [celebreties] [countrie] [diseases] [elements] [hobbie] [music] [prefixe] [pronoun] [state] [title] [unit] [member] [number] to replace it with something else )`,
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
key: 'text',
|
key: 'text',
|
||||||
|
|
|
@ -8,8 +8,7 @@ module.exports = class saydCommand extends Command {
|
||||||
aliases: ['repeatd'],
|
aliases: ['repeatd'],
|
||||||
group: 'fun',
|
group: 'fun',
|
||||||
memberName: 'sayd',
|
memberName: 'sayd',
|
||||||
description: `Repeat the text you send and delete your message( 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] [activitie] [celebreties] [countrie] [diseases] [elements] [hobbie] [music] [prefixe] [pronoun] [state] [title] [unit] [member] [number] to replace it with something else )`, args: [
|
||||||
args: [
|
|
||||||
{
|
{
|
||||||
key: 'text',
|
key: 'text',
|
||||||
prompt: 'What do you want me to say',
|
prompt: 'What do you want me to say',
|
||||||
|
|
Loading…
Reference in a new issue