mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +02:00
Fix
This commit is contained in:
@@ -14,6 +14,7 @@ module.exports = class RomanNumeralCommand extends Command {
|
||||
key: 'number',
|
||||
prompt: 'What number would you like to convert to roman numerals?',
|
||||
type: 'integer',
|
||||
min: 0,
|
||||
max: 4999
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user