Skip to content

Commit

Permalink
fix(types.message): add missing system message types (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snipy7374 authored Aug 7, 2024
1 parent 9383d15 commit 4ef05d4
Showing 1 changed file with 1 addition and 1 deletion.
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 4ef05d4

Please sign in to comment.