From 8072e294a82603254dbd244ddc27ff4cde688e23 Mon Sep 17 00:00:00 2001 From: James Hilton-Balfe Date: Sun, 6 Mar 2022 23:36:19 +0000 Subject: [PATCH] Fix type-o in the docstring for Client.fetch_guild --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index 9b32a64ed..3561cef1a 100644 --- a/discord/client.py +++ b/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``.