From 5b96a8dc7ac5df17ae32fa2156de8a0b234380a3 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 16 Aug 2023 20:35:19 -0600 Subject: [PATCH] Yoink /play again ig --- commands.json | 27 --------------------------- disabled-commands.json | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 disabled-commands.json diff --git a/commands.json b/commands.json index 0a7efef..3ae6074 100644 --- a/commands.json +++ b/commands.json @@ -79,33 +79,6 @@ "description": "Check the balance of every user", "type": 1 }, - { - "name": "play", - "description": "Play a minigame", - "type": 1, - "options": [ - { - "name": "game", - "description": "The game to play", - "type": 3, - "required": true, - "choices": [ - { - "name": "fishing", - "value": "FISHING" - }, - { - "name": "hunting", - "value": "HUNTING" - }, - { - "name": "digging", - "value": "DIGGING" - } - ] - } - ] - }, { "name": "slots", "description": "Play the slots (Costs 3 coins)", diff --git a/disabled-commands.json b/disabled-commands.json new file mode 100644 index 0000000..c04cf47 --- /dev/null +++ b/disabled-commands.json @@ -0,0 +1,27 @@ +{ + "name": "play", + "description": "Play a minigame", + "type": 1, + "options": [ + { + "name": "game", + "description": "The game to play", + "type": 3, + "required": true, + "choices": [ + { + "name": "fishing", + "value": "FISHING" + }, + { + "name": "hunting", + "value": "HUNTING" + }, + { + "name": "digging", + "value": "DIGGING" + } + ] + } + ] +} \ No newline at end of file