mirror of
https://codeberg.org/emersion/gamja.git
synced 2025-05-19 09:41:10 -04: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…
Add table
Add a link
Reference in a new issue