allow the ability to specify a word in /wordscramble
This commit is contained in:
parent
03dfaf9db3
commit
501f9d3d57
|
@ -85,7 +85,7 @@
|
|||
},
|
||||
{
|
||||
"name": "transfer",
|
||||
"description": "Transfer coins to another user (2:1 ratio)",
|
||||
"description": "Transfer coins to another user (4:3 ratio)",
|
||||
"type": 1,
|
||||
"options": [
|
||||
{
|
||||
|
@ -226,6 +226,14 @@
|
|||
{
|
||||
"name": "wordscramble",
|
||||
"description": "Trigger a word scramble (admin only)",
|
||||
"type": 1
|
||||
"type": 1,
|
||||
"options":[
|
||||
{
|
||||
"name": "override",
|
||||
"description": "Force the specified string/word instead of the random option",
|
||||
"type": 3,
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue