mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +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?',
|
prompt: 'What number would you like to convert to roman numerals?',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
min: 0,
|
min: 0,
|
||||||
max: Number.MAX_SAFE_INTEGER
|
max: 3999999
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user