diff --git a/discord/developers/docs/events/gateway-events.mdx b/discord/developers/docs/events/gateway-events.mdx
index 3b95890b6f..532fd13e22 100644
--- a/discord/developers/docs/events/gateway-events.mdx
+++ b/discord/developers/docs/events/gateway-events.mdx
@@ -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.
###### Guild Ban Add Event Fields
@@ -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.
###### Guild Ban Remove Event Fields