Yoink /play again ig

This commit is contained in:
Christopher Cookman 2023-08-16 20:35:19 -06:00
parent d8b9a6fa4a
commit 5b96a8dc7a
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42
2 changed files with 27 additions and 27 deletions

View file

@ -79,33 +79,6 @@
"description": "Check the balance of every user", "description": "Check the balance of every user",
"type": 1 "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", "name": "slots",
"description": "Play the slots (Costs 3 coins)", "description": "Play the slots (Costs 3 coins)",

27
disabled-commands.json Normal file
View file

@ -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"
}
]
}
]
}