23 lines
570 B
JSON
23 lines
570 B
JSON
[
|
|
{
|
|
"name":"foo",
|
|
"usage":"/foo <bar> [baz|qux]",
|
|
"text":"A sample explanation."
|
|
},
|
|
{
|
|
"name":"login",
|
|
"usage":"/login",
|
|
"text":"Activates the login dialogue to enter your credentials. This command takes no arguments."
|
|
},
|
|
{
|
|
"name":"getareas",
|
|
"usage":"/getareas",
|
|
"text":"Lists all clients in all areas. This command takes no arguments."
|
|
},
|
|
{
|
|
"name":"getarea",
|
|
"usage":"/getarea",
|
|
"text":"Lists all clients in the area the caller is in. This command takes no arguments."
|
|
}
|
|
]
|