mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Remove prompt from all commands
This commit is contained in:
@@ -17,7 +17,6 @@ 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,
|
||||
|
||||
Reference in New Issue
Block a user