mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Always prompt for chess timer
This commit is contained in:
@@ -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.',
|
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
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'fen',
|
key: 'fen',
|
||||||
|
|||||||
Reference in New Issue
Block a user