sw-statusbot/commands.json

16 lines
279 B
JSON

[
{
"name": "send",
"description": "Send a message with it's ID for the config file!",
"type": 1,
"default_member_permissions": 0,
"options": [
{
"name": "count",
"description": "Number of messages to send",
"type": 4,
"required": true
}
]
}
]