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
+2 -1
View File
@@ -11,5 +11,6 @@
"IX": 9,
"V": 5,
"IV": 4,
"I": 1
"I": 1,
"_nulla_": 0
}
+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
}
]