mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-28 18:45:51 -05:00
Simplify /query usage string
This commit is contained in:
parent
9e9dcff401
commit
b4367eb13c
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"stats": {
|
"stats": {
|
||||||
usage: "<query> [<server>]",
|
usage: "<query> [server]",
|
||||||
description: "Requests server statistics",
|
description: "Requests server statistics",
|
||||||
execute: (app, args) => {
|
execute: (app, args) => {
|
||||||
var query = args[0];
|
var query = args[0];
|
||||||
|
|
Loading…
Reference in a new issue