Abheek Dhawan
3 years ago
5 changed files with 112 additions and 6 deletions
@ -1,6 +1,3 @@ |
|||||
[ |
[ |
||||
{ |
"745063586422063214" |
||||
"tag": "ADawesomeguy#3602", |
|
||||
"id": "745063586422063214" |
|
||||
} |
|
||||
] |
] |
||||
|
@ -0,0 +1,37 @@ |
|||||
|
[ |
||||
|
{ |
||||
|
"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" |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
] |
Loading…
Reference in new issue