discord_unban_member
Lift a Discord ban so a user can rejoin via a new invite. Requires Ban Members permission and records the reason in 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 |
|---|---|---|---|
| guild_id | Yes | Discord server (guild) ID (snowflake). | |
| user_id | Yes | Discord user ID (snowflake) of the banned user to unban. | |
| reason | No | Optional reason recorded in the server audit log. |