Skip to content

Commit 9a4ba75

Browse files
committed
Endpoint::GUILD_ROLES_MEMBER_COUNTS
1 parent 1b273bc commit 9a4ba75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Discord/Endpoint.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ class Endpoint implements EndpointInterface
161161

162162
// GET, PATCH
163163
public const GUILD_ROLES = self::GUILD.'/roles';
164+
// GET
165+
public const GUILD_ROLES_MEMBER_COUNTS = self::GUILD.'/roles/member-counts';
164166
// GET, POST, PATCH, DELETE
165167
public const GUILD_ROLE = self::GUILD.'/roles/:role_id';
166168

0 commit comments

Comments
 (0)