From ed5a0587c6a47946faed96a9f65f8f0fae910977 Mon Sep 17 00:00:00 2001 From: Sacul <183588943+Sacul0457@users.noreply.github.com> Date: Fri, 29 May 2026 18:29:01 +0800 Subject: [PATCH] Fix docs, manage_roles is not needeed --- discord/guild.py | 4 ---- 1 file changed, 4 deletions(-) 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.