Skip to content

Commit 8acf1ad

Browse files
committed
1 parent 227f10d commit 8acf1ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Discord/Endpoint.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ class Endpoint
181181
public const GUILD_WELCOME_SCREEN = self::GUILD.'/welcome-screen';
182182
// GET
183183
public const GUILD_ONBOARDING = self::GUILD.'/onboarding';
184-
// PATCH
184+
// GET, PATCH
185185
public const GUILD_USER_CURRENT_VOICE_STATE = self::GUILD.'/voice-states/@me';
186-
// PATCH
186+
// GET, PATCH
187187
public const GUILD_USER_VOICE_STATE = self::GUILD.'/voice-states/:user_id';
188188
// GET
189189
public const GUILD_VANITY_URL = self::GUILD.'/vanity-url';

0 commit comments

Comments
 (0)