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 227f10d commit 8acf1adCopy full SHA for 8acf1ad
src/Discord/Endpoint.php
@@ -181,9 +181,9 @@ class Endpoint
181
public const GUILD_WELCOME_SCREEN = self::GUILD.'/welcome-screen';
182
// GET
183
public const GUILD_ONBOARDING = self::GUILD.'/onboarding';
184
- // PATCH
+ // GET, PATCH
185
public const GUILD_USER_CURRENT_VOICE_STATE = self::GUILD.'/voice-states/@me';
186
187
public const GUILD_USER_VOICE_STATE = self::GUILD.'/voice-states/:user_id';
188
189
public const GUILD_VANITY_URL = self::GUILD.'/vanity-url';
0 commit comments