Browse Source
Fix type-o in the docstring for Client.fetch_guild
pull/7563/head
James Hilton-Balfe
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/client.py
|
|
@ -1325,7 +1325,7 @@ class Client: |
|
|
|
|
|
|
|
``guild_id`` parameter is now positional-only. |
|
|
|
|
|
|
|
with_counts: Optional[:class:`bool`] |
|
|
|
with_counts: :class:`bool` |
|
|
|
Whether to include count information in the guild. This fills the |
|
|
|
:attr:`.Guild.approximate_member_count` and :attr:`.Guild.approximate_presence_count` |
|
|
|
attributes without needing any privileged intents. Defaults to ``True``. |
|
|
|