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