mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 06:37:32 +02:00
Lower axis cult sign up max values
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user