mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Even really large has limits
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user