From accb1239d986a2ade5c03d153aa81f2fd1a88eab Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 26 Jul 2018 21:40:29 -0400 Subject: [PATCH] Fix --- commands/random/draw-cards.js | 1 + 1 file changed, 1 insertion(+) 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 },