diff --git a/commands/games-mp/chess.js b/commands/games-mp/chess.js index 8cdf64e9..a83383fb 100644 --- a/commands/games-mp/chess.js +++ b/commands/games-mp/chess.js @@ -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 } ] });