mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 15:58:06 +02:00
Make default time 15 minutes
This commit is contained in:
@@ -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.',
|
prompt: 'How long should the chess timers be set for (in minutes)? Use 0 for infinite.',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
max: 120,
|
max: 120,
|
||||||
min: 0
|
min: 0,
|
||||||
|
default: 15
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user