32 lines
860 B
JSON
32 lines
860 B
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"
|
|
}
|
|
]
|
|
},
|
|
"ping" : {
|
|
"name" : "ping",
|
|
"description" : "Get the Gwendolyn's latency to the server"
|
|
},
|
|
"stop" : {
|
|
"name" : "stop",
|
|
"description" : "Stop Gwendolyn"
|
|
},
|
|
"thank" : {
|
|
"name" : "thank",
|
|
"description" : "Thank Gwendolyn for her service"
|
|
}
|
|
}
|
|
} |