mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 22:32:52 +02:00
Fix
This commit is contained in:
@@ -16,6 +16,7 @@ module.exports = class DrawCardsCommand extends Command {
|
|||||||
key: 'amount',
|
key: 'amount',
|
||||||
label: 'hand size',
|
label: 'hand size',
|
||||||
prompt: 'How many cards do you want to draw?',
|
prompt: 'How many cards do you want to draw?',
|
||||||
|
type: 'integer',
|
||||||
max: 20,
|
max: 20,
|
||||||
min: 1
|
min: 1
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user