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 621bd24 commit a01b62bCopy full SHA for a01b62b
src/Discord/Endpoint.php
@@ -113,7 +113,7 @@ class Endpoint
113
public const GUILD_MEMBER = self::GUILD.'/members/:user_id';
114
// PATCH
115
public const GUILD_MEMBER_SELF = self::GUILD.'/members/@me';
116
- // PATCH
+ /** @deprecated 9.0.9 Use `GUILD_MEMBER_SELF` */
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