From b4367eb13c936cfe7900b68b1e1cb85e9cff323b Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 28 May 2021 13:58:39 +0200 Subject: [PATCH] Simplify /query usage string --- commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.js b/commands.js index 2a55807..abf46df 100644 --- a/commands.js +++ b/commands.js @@ -280,7 +280,7 @@ export default { }, }, "stats": { - usage: " []", + usage: " [server]", description: "Requests server statistics", execute: (app, args) => { var query = args[0];