silly Chris that was there for a reason!
Fix the /coins command
This commit is contained in:
parent
2635f77f5e
commit
03dfaf9db3
|
@ -105,7 +105,15 @@
|
||||||
{
|
{
|
||||||
"name": "coins",
|
"name": "coins",
|
||||||
"description": "Check the coins of yourself or another user",
|
"description": "Check the coins of yourself or another user",
|
||||||
"type": 1
|
"type": 1,
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"name": "user",
|
||||||
|
"description": "The user to check",
|
||||||
|
"type": 6,
|
||||||
|
"required": false
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ledger",
|
"name": "ledger",
|
||||||
|
|
Loading…
Reference in a new issue