Yoink /play again ig
This commit is contained in:
parent
d8b9a6fa4a
commit
5b96a8dc7a
|
@ -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
27
disabled-commands.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue