$kick
Kicks a user from the server.
Usage
This function has three params.
Param | Description | Type | Required |
---|---|---|---|
guildID | The server to kick the user from. | Snowflake | Yes |
userID | The user to kick. | Snowflake | Yes |
reason | The reason for kicking this user. | String | No |
Example
Last updated