fixed one more typo

This commit is contained in:
Loic Bersier 2018-12-04 16:28:17 +01:00
parent c1542af704
commit 061667904b

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] [adverbs] [adjective] [activities] [celebrities] [countrie] [diseases] [elements] [hobbies] [music] [prefixe] [pronoun] [state] [title] [unit] [member] [number] to replace it with something else )`, description: `Repeat the text you send ( can also use [verb] [noun] [adverbs] [adjective] [activities] [celebrities] [countries] [diseases] [elements] [hobbies] [music] [prefixe] [pronoun] [state] [title] [unit] [member] [number] to replace it with something else )`,
args: [ args: [
{ {
key: 'text', key: 'text',