mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Move with_counts parameter documentation where it belongs
This commit is contained in:
parent
5b8bcaff73
commit
c77bbc4dcf
@ -1312,6 +1312,11 @@ class Client:
|
||||
|
||||
``guild_id`` parameter is now positional-only.
|
||||
|
||||
|
||||
Parameters
|
||||
-----------
|
||||
guild_id: :class:`int`
|
||||
The guild's ID to fetch from.
|
||||
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`
|
||||
@ -1319,11 +1324,6 @@ class Client:
|
||||
|
||||
.. versionadded:: 2.0
|
||||
|
||||
Parameters
|
||||
-----------
|
||||
guild_id: :class:`int`
|
||||
The guild's ID to fetch from.
|
||||
|
||||
Raises
|
||||
------
|
||||
Forbidden
|
||||
|
Loading…
x
Reference in New Issue
Block a user