Skip to content

Commit a01b62b

Browse files
authored
Deprecate GUILD_MEMBER_SELF_NICK
1 parent 621bd24 commit a01b62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord/Endpoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class Endpoint
113113
public const GUILD_MEMBER = self::GUILD.'/members/:user_id';
114114
// PATCH
115115
public const GUILD_MEMBER_SELF = self::GUILD.'/members/@me';
116-
// PATCH
116+
/** @deprecated 9.0.9 Use `GUILD_MEMBER_SELF` */
117117
public const GUILD_MEMBER_SELF_NICK = self::GUILD.'/members/@me/nick';
118118
// PUT, DELETE
119119
public const GUILD_MEMBER_ROLE = self::GUILD.'/members/:user_id/roles/:role_id';

0 commit comments

Comments
 (0)