forked from CringeStudios/gamja
commands: add comment param to /kick usage
This commit is contained in:
parent
bd48f36ade
commit
9f93e200ed
@ -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…
x
Reference in New Issue
Block a user