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 docs/events/gateway-events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,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.

###### Guild Ban Add Event Fields

Expand All @@ -695,7 +695,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.

###### Guild Ban Remove Event Fields

Expand Down