discord_unban_member
Lift a ban on a Discord user to allow them to rejoin the server via a new invite. Requires Ban Members permission; reason is recorded 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. |