From c78a951c72307f12e9360fd5bb51d8c7129d3b9c Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 22 May 2020 00:56:21 -0400 Subject: [PATCH] Fix --- commands/random-res/lorem-ipsum.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ]