Lower axis cult sign up max values

This commit is contained in:
Dragon Fire
2020-03-25 12:59:47 -04:00
parent d2b212dd70
commit cf9b8037c6
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -47,12 +47,13 @@ module.exports = class AxisCultSignUpCommand extends Command {
prompt: 'How old are you?',
type: 'integer',
min: 1,
max: Number.MAX_SAFE_INTEGER
max: 10000
},
{
key: 'profession',
prompt: 'What is your profession?',
type: 'string'
type: 'string',
max: 15
}
]
});