silly Chris that was there for a reason!

Fix the /coins command
This commit is contained in:
Darien Rousseau 2023-09-04 15:06:00 -06:00 committed by GitHub
parent 2635f77f5e
commit 03dfaf9db3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,15 @@
{
"name": "coins",
"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",