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 fc90b58 commit c823b2bCopy full SHA for c823b2b
src/Discord/Endpoint.php
@@ -197,6 +197,8 @@ class Endpoint
197
public const USER_CURRENT_GUILDS = self::USER_CURRENT.'/guilds';
198
// DELETE
199
public const USER_CURRENT_GUILD = self::USER_CURRENT.'/guilds/:guild_id';
200
+ // GET
201
+ public const USER_CURRENT_MEMBER = self::USER_CURRENT.'/guilds/:guild_id/member';
202
// GET, POST
203
public const USER_CURRENT_CHANNELS = self::USER_CURRENT.'/channels';
204
// GET
0 commit comments