This commit is contained in:
Daniel Odendahl Jr
2018-02-22 21:17:37 +00:00
parent 85d6681af8
commit 66692f1b1d
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -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
}
]