Skip to content

Commit 298638b

Browse files
authored
Update example voice gateway endpoint (#7716)
1 parent 6ad2ad4 commit 298638b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/events/gateway-events.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ A null endpoint means that the voice server allocated has gone away and is tryin
13801380
{
13811381
"token": "my_token",
13821382
"guild_id": "41771983423143937",
1383-
"endpoint": "smart.loyal.discord.gg"
1383+
"endpoint": "sweetwater-12345.discord.media:2048"
13841384
}
13851385
```
13861386

docs/topics/voice-connections.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If our request succeeded, the gateway will respond with _two_ events—a [Voice
5757
"d": {
5858
"token": "my_token",
5959
"guild_id": "41771983423143937",
60-
"endpoint": "smart.loyal.discord.gg"
60+
"endpoint": "sweetwater-12345.discord.media:2048"
6161
}
6262
}
6363
```

0 commit comments

Comments
 (0)