We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3362f17 commit 955bdedCopy full SHA for 955bded
src/Discord/Endpoint.php
@@ -198,6 +198,8 @@ class Endpoint implements EndpointInterface
198
public const GUILD_WELCOME_SCREEN = self::GUILD.'/welcome-screen';
199
// GET
200
public const GUILD_ONBOARDING = self::GUILD.'/onboarding';
201
+ // GET
202
+ public const LIST_VOICE_REGIONS = 'voice/regions';
203
// GET, PATCH
204
public const GUILD_USER_CURRENT_VOICE_STATE = self::GUILD.'/voice-states/@me';
205
0 commit comments