diff --git a/commands.json b/commands.json index 0239380..b93c861 100644 --- a/commands.json +++ b/commands.json @@ -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",