From febc0b095ef9cfd588c10f4b14c7316dd9d9b6f7 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 7 Nov 2025 20:20:24 +0200 Subject: [PATCH] add the needed permissions to receive guild ban gateway events --- discord/developers/docs/events/gateway-events.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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