This commit is contained in:
Dragon Fire
2020-05-22 00:56:21 -04:00
parent f4ad45f8dc
commit c78a951c72
+1 -1
View File
@@ -16,7 +16,7 @@ module.exports = class LoremIpsumCommand extends Command {
key: 'characters',
prompt: 'How many characters do you want the text to be?',
type: 'integer',
min: 6,
min: 56,
max: 2000
}
]