discord_unban_member
Unban a member from a Discord server, allowing them to rejoin via a new invite. Requires Ban Members permission and records the reason in the audit log.
Instructions
Lift a ban so the user may rejoin via a new invite. Requires the Ban Members permission. Reverses discord_ban_member. 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 banned user to unban. | |
| guild_id | Yes | Discord server (guild) ID (snowflake). |