Updated description

This commit is contained in:
Loic Bersier 2018-12-01 02:52:59 +01:00
parent 40b557a7a5
commit 457771feb1
2 changed files with 2 additions and 3 deletions

View file

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

View file

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