Skip to content

Commit

Permalink
Merge branch 'master' into docs/readthedocs-context-deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv authored Aug 7, 2024
2 parents 5ac32a2 + b70b608 commit 1f3cdb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions disnake/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1918,8 +1918,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
2 changes: 1 addition & 1 deletion disnake/types/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class RoleSubscriptionData(TypedDict):


# fmt: off
MessageType = Literal[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32]
MessageType = Literal[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39]
# fmt: on


Expand Down

0 comments on commit 1f3cdb4

Please sign in to comment.