This commit is contained in:
Dragon Fire
2018-07-26 21:40:29 -04:00
parent 2819cb4add
commit accb1239d9
+1
View File
@@ -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
},