mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
commands: add comment param to /kick usage
This commit is contained in:
parent
bd48f36ade
commit
9f93e200ed
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ const join = {
|
|||
};
|
||||
|
||||
const kick = {
|
||||
usage: "<nick>",
|
||||
usage: "<nick> [comment]",
|
||||
description: "Remove a user from the channel",
|
||||
execute: (app, args) => {
|
||||
let nick = args[0];
|
||||
|
|
Loading…
Reference in a new issue