We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b5080 commit fe60b88Copy full SHA for fe60b88
docs/events/gateway-events.mdx
@@ -684,7 +684,7 @@ Sent when a guild audit log entry is created. The inner payload is an [Audit Log
684
685
#### Guild Ban Add
686
687
-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.
688
689
###### Guild Ban Add Event Fields
690
@@ -695,7 +695,7 @@ Sent when a user is banned from a guild.
695
696
#### Guild Ban Remove
697
698
-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.
699
700
###### Guild Ban Remove Event Fields
701
0 commit comments