mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +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',
|
key: 'maxPts',
|
||||||
label: 'maximum amount of points',
|
label: 'maximum amount of points',
|
||||||
prompt: 'What amount of points should determine the winner?',
|
prompt: 'What amount of points should determine the winner?',
|
||||||
type: 'integer'
|
type: 'integer',
|
||||||
|
min: 1,
|
||||||
|
max: 10
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "88.4.1",
|
"version": "88.4.2",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user