diff --git a/discord/guild.py b/discord/guild.py index 8fb4e6fa1..d25af0f61 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -3871,14 +3871,10 @@ class Guild(Hashable): Retrieves a mapping of roles to the number of members that have it. - You must have :attr:`~Permissions.manage_roles` to do this. - .. versionadded:: 2.7 Raises ------- - Forbidden - You do not have permissions to view the role member counts. HTTPException Retrieving the role member counts failed.