Days can be up to 31

This commit is contained in:
Daniel Odendahl Jr
2018-02-22 00:26:54 +00:00
parent 5485ad138f
commit b76d72c9ea
+1 -1
View File
@@ -18,7 +18,7 @@ module.exports = class DaysUntilCommand extends Command {
prompt: 'What day would you like to get the days until?',
type: 'integer',
min: 1,
max: 12
max: 31
}
]
});