mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 23:05:04 +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
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "112.15.0",
|
||||
"version": "112.15.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user