diff --git a/commands/number-edit/roman.js b/commands/number-edit/roman.js index 58f4b18a..250b59bb 100644 --- a/commands/number-edit/roman.js +++ b/commands/number-edit/roman.js @@ -15,7 +15,7 @@ module.exports = class RomanCommand extends Command { prompt: 'What number would you like to convert to roman numerals?', type: 'integer', min: 0, - max: Number.MAX_SAFE_INTEGER + max: 3999999 } ] });