From 9f93e200ede46f9d446ae58600fd02f9c1b419df Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 31 Jan 2022 18:30:48 +0100 Subject: [PATCH] commands: add comment param to /kick usage --- commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.js b/commands.js index 83d0f76..b862c60 100644 --- a/commands.js +++ b/commands.js @@ -66,7 +66,7 @@ const join = { }; const kick = { - usage: "", + usage: " [comment]", description: "Remove a user from the channel", execute: (app, args) => { let nick = args[0];