From 01fbdf69852cc5b6a9980df476be39297642ff0f Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 28 Sep 2023 10:31:12 -0600 Subject: [PATCH] Remove rig option from slots --- commands.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/commands.json b/commands.json index 2e9d6bb..0113c3d 100644 --- a/commands.json +++ b/commands.json @@ -123,15 +123,7 @@ { "name": "slots", "description": "Play the slots (Costs 3 coins)", - "type": 1, - "options":[ - { - "name": "rig", - "description": "Willing to put some lucky number/word? This option is for you!", - "type": 3, - "required": false - } - ] + "type": 1 }, { "name": "coinflip",