allow the ability to specify a word in /wordscramble

This commit is contained in:
Darien Rousseau 2023-09-04 15:34:37 -06:00 committed by GitHub
parent 03dfaf9db3
commit 501f9d3d57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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