mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Roman numerals up to 4,999,999, quiz defaults to multiple
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = class RomanNumeralCommand extends Command {
|
||||
prompt: 'What number would you like to convert to roman numerals?',
|
||||
type: 'integer',
|
||||
min: 0,
|
||||
max: 4999
|
||||
max: 4999999
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user