From 03dfaf9db3450c3cd68cf532f0d47093f5e01205 Mon Sep 17 00:00:00 2001 From: Darien Rousseau <45698803+not-pyroman@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:06:00 -0600 Subject: [PATCH] silly Chris that was there for a reason! Fix the /coins command --- commands.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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",