$kick
Kicks a user from the server.
Usage
$kick[guildID;userID;reason]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "example",
code: `$onlyIf[$hasPerm[$guildID;$authorID;kickmembers]==true;You're missing the 'kick' permission!]
$kick[$guildID;$mentioned[1];$noMentionMessage]` //Kicks the mentioned user
})Last updated
Was this helpful?