Skip to content

Commit

Permalink
docs: update received fields for Client.fetch_guilds (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Nov 14, 2024
1 parent c0c2f21 commit e3a27c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions disnake/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1736,8 +1736,8 @@ def fetch_guilds(
.. note::
Using this, you will only receive :attr:`.Guild.owner`, :attr:`.Guild.icon`,
:attr:`.Guild.id`, and :attr:`.Guild.name` per :class:`.Guild`.
Using this, you will only receive :attr:`.Guild.id`, :attr:`.Guild.name`,
:attr:`.Guild.features`, :attr:`.Guild.icon`, and :attr:`.Guild.banner` per :class:`.Guild`.
.. note::
Expand Down

0 comments on commit e3a27c5

Please sign in to comment.