mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +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?',
|
prompt: 'What day would you like to get the days until?',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
min: 1,
|
min: 1,
|
||||||
max: 12
|
max: 31
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user