diff --git a/commands/events/days-until.js b/commands/events/days-until.js index c4df10a3..f1c67e13 100644 --- a/commands/events/days-until.js +++ b/commands/events/days-until.js @@ -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 } ] });