mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
Fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user