Some debug stuff
This commit is contained in:
parent
42f8c4e385
commit
91e597497a
|
@ -105,15 +105,7 @@
|
|||
{
|
||||
"name": "coins",
|
||||
"description": "Check the coins of yourself or another user",
|
||||
"type": 1,
|
||||
"options": [
|
||||
{
|
||||
"name": "user",
|
||||
"description": "The user to check",
|
||||
"type": 6,
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
"type": 1
|
||||
},
|
||||
{
|
||||
"name": "ledger",
|
||||
|
@ -123,7 +115,15 @@
|
|||
{
|
||||
"name": "slots",
|
||||
"description": "Play the slots (Costs 3 coins)",
|
||||
"type": 1
|
||||
"type": 1,
|
||||
"options":[
|
||||
{
|
||||
"name": "rig",
|
||||
"description": "DEBUG: Rig the slots to specific values",
|
||||
"type": 3,
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "coinflip",
|
||||
|
|
Loading…
Reference in a new issue