We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d1fc2 commit 5c791f1Copy full SHA for 5c791f1
discord/iterators.py
@@ -585,7 +585,7 @@ class GuildIterator(_AsyncIterator["Guild"]):
585
Object before which all guilds must be.
586
after: Optional[Union[:class:`abc.Snowflake`, :class:`datetime.datetime`]]
587
Object after which all guilds must be.
588
- with_counts: Optional[:class:`bool`]
+ with_counts: :class:`bool`
589
Whether to include count information in the guilds. This fills the
590
:attr:`.Guild.approximate_member_count` and :attr:`.Guild.approximate_presence_count`
591
fields.
0 commit comments