This commit is contained in:
Daniel Odendahl Jr
2018-09-17 17:01:53 +00:00
parent 715667c631
commit 81af8d0110
+1
View File
@@ -17,6 +17,7 @@ module.exports = class BlackjackCommand extends Command {
key: 'deckCount',
label: 'amount of decks',
prompt: 'How many decks do you want to use?',
type: 'integer',
default: 1,
max: 8,
min: 1