From c77bbc4dcf527c668933eae12969c876e127724e Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 16 Mar 2022 07:43:31 -0400 Subject: [PATCH] Move with_counts parameter documentation where it belongs --- discord/client.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/discord/client.py b/discord/client.py index b7e6f77d7..5126d9dd6 100644 --- a/discord/client.py +++ b/discord/client.py @@ -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