mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 00:09:08 +02:00
Max of 10 points in quiz duel
This commit is contained in:
@@ -22,7 +22,9 @@ module.exports = class QuizDuelCommand extends Command {
|
||||
key: 'maxPts',
|
||||
label: 'maximum amount of points',
|
||||
prompt: 'What amount of points should determine the winner?',
|
||||
type: 'integer'
|
||||
type: 'integer',
|
||||
min: 1,
|
||||
max: 10
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user