diff --git a/docs/events/gateway-events.mdx b/docs/events/gateway-events.mdx index ae4fc94d71..2597160af6 100644 --- a/docs/events/gateway-events.mdx +++ b/docs/events/gateway-events.mdx @@ -1380,7 +1380,7 @@ A null endpoint means that the voice server allocated has gone away and is tryin { "token": "my_token", "guild_id": "41771983423143937", - "endpoint": "smart.loyal.discord.gg" + "endpoint": "sweetwater-12345.discord.media:2048" } ``` diff --git a/docs/topics/voice-connections.mdx b/docs/topics/voice-connections.mdx index 133de03e33..517cb3d810 100644 --- a/docs/topics/voice-connections.mdx +++ b/docs/topics/voice-connections.mdx @@ -57,7 +57,7 @@ If our request succeeded, the gateway will respond with _two_ events—a [Voice "d": { "token": "my_token", "guild_id": "41771983423143937", - "endpoint": "smart.loyal.discord.gg" + "endpoint": "sweetwater-12345.discord.media:2048" } } ```