forked from Pycord-Development/pycord
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add missing with_counts parameter to fetch_guilds method (Pycor…
…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]>
- Loading branch information
1 parent
05cf45e
commit 48c5950
Showing
4 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters