discord_kick_member
Remove a member from a Discord server without blocking re-entry. Requires Kick Members permission and higher bot role. Reason is recorded in audit log.
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 |
|---|---|---|---|
| guild_id | Yes | Discord server (guild) ID (snowflake). | |
| user_id | Yes | Discord user ID (snowflake) of the member to kick. | |
| reason | No | Optional reason recorded in the server audit log. |