Update commands.json

add new commands, which currently do nothing
This commit is contained in:
Darien Rousseau 2024-03-11 09:41:05 -06:00 committed by GitHub
parent 1d05f0c2e1
commit 398781439f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -233,5 +233,25 @@
"required": false "required": false
} }
] ]
},
{
"name": "handcuff",
"description": "Does nothing (for now)",
"type": 1
},
{
"name": "bait",
"description": "Does nothing (for now)",
"type": 1
},
{
"name": "bodyguard",
"description": "Does nothing (for now)",
"type": 1
},
{
"name": "panhandle",
"description": "Does nothing (for now)",
"type": 1
} }
] ]