mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 06:10:49 +02:00
Days can be up to 31
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user