discord_kick_member
Remove a member from a Discord server by ID. Requires Kick Members permission; logs an optional reason. Unlike a ban, the member can rejoin with a new invite.
Instructions
Remove a member from the server. They can rejoin with a new invite (unlike a ban). Requires the Kick Members permission, and the bot's top role must be higher than the target's. Use discord_ban_member to block re-entry. The reason is recorded in the audit log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional reason recorded in the server audit log. | |
| user_id | Yes | Discord user ID (snowflake) of the member to kick. | |
| guild_id | Yes | Discord server (guild) ID (snowflake). |