You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
798 B

[
{
"name": "joke",
"description": "Returns a joke with a given category",
"options": [
{
"type": "STRING",
"name": "category",
"description": "The category for the joke (none for any category)",
"default": "false",
"required": "false",
"choices": [
{
"name": "programming",
"value": "Programming"
},
{
"name": "miscellaneous",
"value": "Miscellaneous"
},
{
"name": "dark",
"value": "Dark"
},
{
"name": "spooky",
"value": "Spooky"
},
{
"name": "christmas",
"value": "Christmas"
}
]
}
]
}
]