Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions discord/developers/docs/events/gateway-events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ Sent when a guild audit log entry is created. The inner payload is an [Audit Log

#### Guild Ban Add

Sent when a user is banned from a guild.
Sent when a user is banned from a guild. This event is only sent to bots with the `BAN_MEMBERS` permission.

<ManualAnchor id="guild-ban-add-guild-ban-add-event-fields" />
###### Guild Ban Add Event Fields
Expand All @@ -725,7 +725,7 @@ Sent when a user is banned from a guild.

#### Guild Ban Remove

Sent when a user is unbanned from a guild.
Sent when a user is unbanned from a guild. This event is only sent to bots with the `BAN_MEMBERS` permission.

<ManualAnchor id="guild-ban-remove-guild-ban-remove-event-fields" />
###### Guild Ban Remove Event Fields
Expand Down