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