Max of 10 points in quiz duel

This commit is contained in:
Daniel Odendahl Jr
2018-09-02 12:20:25 +00:00
parent d55c69312d
commit c8d50b6258
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -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
}
]
});
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "88.4.1",
"version": "88.4.2",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {