From 81af8d011007f2d8993ce0464bcb5a29182e5492 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 17 Sep 2018 17:01:53 +0000 Subject: [PATCH] Fix --- commands/games/blackjack.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/games/blackjack.js b/commands/games/blackjack.js index 7f3c606e..dfff851c 100644 --- a/commands/games/blackjack.js +++ b/commands/games/blackjack.js @@ -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