From 1725c839350e580b3aeeaadc133d3ec2c22b3c84 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 7 Feb 2021 18:56:48 -0500 Subject: [PATCH] Always prompt for chess timer --- commands/games-mp/chess.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/games-mp/chess.js b/commands/games-mp/chess.js index 3a2f10a3..bd33752b 100644 --- a/commands/games-mp/chess.js +++ b/commands/games-mp/chess.js @@ -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',