diff --git a/commands/random-res/lorem-ipsum.js b/commands/random-res/lorem-ipsum.js index bbb1e06d..6b02dd0c 100644 --- a/commands/random-res/lorem-ipsum.js +++ b/commands/random-res/lorem-ipsum.js @@ -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 } ]