diff --git a/commands/random/draw-cards.js b/commands/random/draw-cards.js index 38f378a5..ed73a155 100644 --- a/commands/random/draw-cards.js +++ b/commands/random/draw-cards.js @@ -16,6 +16,7 @@ module.exports = class DrawCardsCommand extends Command { key: 'amount', label: 'hand size', prompt: 'How many cards do you want to draw?', + type: 'integer', max: 20, min: 1 },