Year min is 100

This commit is contained in:
Dragon Fire
2020-12-02 09:50:44 -05:00
parent d2b9311be3
commit 5911de8d21
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ module.exports = class CalendarCommand extends Command {
key: 'year',
prompt: 'What year would you like to get the calendar of?',
type: 'integer',
min: 1
min: 100
}
]
});
+1 -1
View File
@@ -26,7 +26,7 @@ module.exports = class DaysSinceCommand extends Command {
key: 'year',
prompt: 'What year would you like to get the days since?',
type: 'integer',
min: 1
min: 100
}
]
});