commands: add comment param to /kick usage

This commit is contained in:
Simon Ser 2022-01-31 18:30:48 +01:00
parent bd48f36ade
commit 9f93e200ed

View file

@ -66,7 +66,7 @@ const join = {
}; };
const kick = { const kick = {
usage: "<nick>", usage: "<nick> [comment]",
description: "Remove a user from the channel", description: "Remove a user from the channel",
execute: (app, args) => { execute: (app, args) => {
let nick = args[0]; let nick = args[0];