Make default time 15 minutes

This commit is contained in:
Dragon Fire
2021-01-29 16:56:43 -05:00
parent c92cba2301
commit ebffb466fb
+2 -1
View File
@@ -42,7 +42,8 @@ module.exports = class ChessCommand extends Command {
prompt: 'How long should the chess timers be set for (in minutes)? Use 0 for infinite.',
type: 'integer',
max: 120,
min: 0
min: 0,
default: 15
}
]
});