MemberCount/commands.json
2024-09-21 11:25:44 -06:00

16 lines
243 B
JSON

[
{
"name": "setchannel",
"description": "Channel to update",
"type": 1,
"options": [
{
"name": "channel",
"description": "Channel to update",
"type": 7,
"required": true
}
],
"default_permission": false
}
]