Always prompt for chess timer

This commit is contained in:
Dragon Fire
2021-02-07 18:56:48 -05:00
parent 9e7d5f7628
commit 1725c83935
+1 -2
View File
@@ -42,8 +42,7 @@ 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,
default: 15
min: 0
},
{
key: 'fen',