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 cc6797d commit 621bd24Copy full SHA for 621bd24
src/Discord/Endpoint.php
@@ -112,6 +112,8 @@ class Endpoint
112
// GET, PATCH, PUT, DELETE
113
public const GUILD_MEMBER = self::GUILD.'/members/:user_id';
114
// PATCH
115
+ public const GUILD_MEMBER_SELF = self::GUILD.'/members/@me';
116
+ // PATCH
117
public const GUILD_MEMBER_SELF_NICK = self::GUILD.'/members/@me/nick';
118
// PUT, DELETE
119
public const GUILD_MEMBER_ROLE = self::GUILD.'/members/:user_id/roles/:role_id';
0 commit comments