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.
2 parents 50ed37f + cacc587 commit 789e1edCopy full SHA for 789e1ed
src/Discord/Endpoint.php
@@ -227,7 +227,7 @@ class Endpoint
227
// GET, PUT
228
public const USER_CURRENT_APPLICATION_ROLE_CONNECTION = self::USER_CURRENT.'/applications/:application_id/role-connection';
229
// GET
230
- public const APPLICATION_CURRENT = 'oauth2/applications/@me';
+ public const APPLICATION_CURRENT = 'applications/@me';
231
232
// GET, PATCH, DELETE
233
public const WEBHOOK = 'webhooks/:webhook_id';
0 commit comments