diff --git a/commands/image-edit/axis-cult-sign-up.js b/commands/image-edit/axis-cult-sign-up.js index 2adbab7d..3a47e29f 100644 --- a/commands/image-edit/axis-cult-sign-up.js +++ b/commands/image-edit/axis-cult-sign-up.js @@ -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 } ] }); diff --git a/package.json b/package.json index 02c09102..cf43ff69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "112.15.0", + "version": "112.15.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {