Skip to content

Commit 955bded

Browse files
committed
LIST_VOICE_REGIONS
1 parent 3362f17 commit 955bded

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Discord/Endpoint.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ class Endpoint implements EndpointInterface
198198
public const GUILD_WELCOME_SCREEN = self::GUILD.'/welcome-screen';
199199
// GET
200200
public const GUILD_ONBOARDING = self::GUILD.'/onboarding';
201+
// GET
202+
public const LIST_VOICE_REGIONS = 'voice/regions';
201203
// GET, PATCH
202204
public const GUILD_USER_CURRENT_VOICE_STATE = self::GUILD.'/voice-states/@me';
203205
// GET, PATCH

0 commit comments

Comments
 (0)