You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: ✨ Add fetch_roles_member_counts method to Guild and corresponding HTTP route (Pycord-Development#3020)
* ✨ Add `fetch_roles_member_counts` method to `Guild` and corresponding HTTP route
* 📝 CHANGELOG.md
* ♻️ Add GuildRoleCounts class for mapping role IDs to member counts
* ✨ Add custom __repr__ method to GuildRoleCounts for improved representation
* 📝 Add usage examples for fetching member counts in GuildRoleCounts
* Update discord/guild.py
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Paillat <[email protected]>
* style(pre-commit): auto fixes from pre-commit.com hooks
* 📝 Document raised exception for fetching role member counts in GuildRoleCounts
* ♻️ Enhance GuildRoleCounts with TypeVar and add __contains__ method for role ID checks
* 📝 CHANGELOG.md
---------
Signed-off-by: Paillat <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments