mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user