Files
Gwendolyn/gwendolyn/resources/slash_parameters.json
Nikolaj 2f4e606fbf
2024-10-30 15:31:46 +01:00

48 lines
1.3 KiB
JSON

{
"misc": {
"hello" : {
"name" : "hello",
"description" : "Greet Gwendolyn"
},
"help" : {
"name" : "help",
"description" : "Get help with a command",
"options" : [
{
"name" : "command",
"description" : "The command you want help with",
"type" : 3,
"required" : "false"
}
]
},
"gen_name" : {
"name": "gen_name",
"description": "Generate a random name"
},
"ping" : {
"name" : "ping",
"description" : "Get the Gwendolyn's latency to the server"
},
"roll" : {
"name": "roll",
"description": "Roll dice",
"options": [
{
"name": "dice",
"description": "The dice to be rolled",
"type": 3,
"required": "false"
}
]
},
"stop" : {
"name" : "stop",
"description" : "Stop Gwendolyn"
},
"thank" : {
"name" : "thank",
"description" : "Thank Gwendolyn for her service"
}
}
}