From 127e182bc0d6be78e0b0afd8258632ec1dbd2045 Mon Sep 17 00:00:00 2001 From: flav <48295189+flav-code@users.noreply.github.com> Date: Sun, 6 Apr 2025 00:37:31 +0200 Subject: [PATCH] fix: set correct permission --- docs/topics/voice-connections.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/voice-connections.mdx b/docs/topics/voice-connections.mdx index 6b6b4b35e8..d85fb0bef3 100644 --- a/docs/topics/voice-connections.mdx +++ b/docs/topics/voice-connections.mdx @@ -67,7 +67,7 @@ When sending a voice state update to change channels within the same guild, it i > info > Bot users respect the voice channel's user limit, if set. When the voice channel is full, you will not receive -> the Voice State Update or Voice Server Update events in response to your own Voice State Update. Having `MANAGE_CHANNELS` +> the Voice State Update or Voice Server Update events in response to your own Voice State Update. Having `MOVE_MEMBERS` > permission bypasses this limit and allows you to join regardless of the channel being full or not. ## Establishing a Voice Websocket Connection