mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -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 = {
|
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];
|
||||||
|
|
Loading…
Reference in a new issue