From fe60b88d81621d4b6b11b0e63b7059fa7b729ace Mon Sep 17 00:00:00 2001 From: Luna Date: Mon, 29 Sep 2025 15:01:29 +0300 Subject: [PATCH] add clarification that GUILD_BAN_ADD and GUILD_BAN_REMOVE will only get sent to bots with the BAN_MEMBERS permission --- docs/events/gateway-events.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/events/gateway-events.mdx b/docs/events/gateway-events.mdx index 131f2ac517..c5f84f2e79 100644 --- a/docs/events/gateway-events.mdx +++ b/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 #### 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 @@ -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