-
-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add missing with_counts parameter to fetch_guilds method #2615
Conversation
Side note 1: Blame my IDE for "fixing" spaces in other funcs in the files I edited. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changelog please :3 (under Added)
Co-authored-by: Dorukyum <[email protected]> Signed-off-by: Dark <[email protected]>
Co-authored-by: Dorukyum <[email protected]> Signed-off-by: Dark <[email protected]>
Done |
Co-authored-by: JustaSqu1d <[email protected]> Signed-off-by: Dark <[email protected]>
Head branch was pushed to by a user without write access
Co-authored-by: JustaSqu1d <[email protected]> Signed-off-by: Dark <[email protected]>
Squid and his grammar. |
…d-Development#2615) * refactor: Add missing `with_counts` parameter to guild retrieval methods * Default with_counts to True in fetch_guilds * Being dumb enough to forget about making it an int * style(pre-commit): auto fixes from pre-commit.com hooks * Update discord/client.py Co-authored-by: Dorukyum <[email protected]> Signed-off-by: Dark <[email protected]> * Update discord/iterators.py Co-authored-by: Dorukyum <[email protected]> Signed-off-by: Dark <[email protected]> * Update CHANGELOG.md * Update discord/client.py Co-authored-by: JustaSqu1d <[email protected]> Signed-off-by: Dark <[email protected]> * Update discord/iterators.py Co-authored-by: JustaSqu1d <[email protected]> Signed-off-by: Dark <[email protected]> --------- Signed-off-by: Dark <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Dorukyum <[email protected]> Co-authored-by: JustaSqu1d <[email protected]>
Summary
This PR adds
with_counts
for thefetch_guilds
method, which was missing.Information
examples, ...).
Checklist
type: ignore
comments were used, a comment is also left explaining why.