mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +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.',
|
||||
type: 'integer',
|
||||
max: 120,
|
||||
min: 0,
|
||||
default: 15
|
||||
min: 0
|
||||
},
|
||||
{
|
||||
key: 'fen',
|
||||
|
||||
Reference in New Issue
Block a user