mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Fix type-o in the docstring for Client.fetch_guild
This commit is contained in:
parent
c403fb49d1
commit
8072e294a8
@ -1325,7 +1325,7 @@ class Client:
|
|||||||
|
|
||||||
``guild_id`` parameter is now positional-only.
|
``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
|
Whether to include count information in the guild. This fills the
|
||||||
:attr:`.Guild.approximate_member_count` and :attr:`.Guild.approximate_presence_count`
|
:attr:`.Guild.approximate_member_count` and :attr:`.Guild.approximate_presence_count`
|
||||||
attributes without needing any privileged intents. Defaults to ``True``.
|
attributes without needing any privileged intents. Defaults to ``True``.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user