mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 08:14:47 +02:00
Year min is 100
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user