Skip to content

Commit

Permalink
feat: add new message type in typings
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmmaTech committed Aug 11, 2024
1 parent 8562d67 commit d279ee1
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 @@ -91,7 +91,7 @@ class PurchaseNotification(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, 36, 37, 38, 39]
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, 44]
# fmt: on


Expand Down

0 comments on commit d279ee1

Please sign in to comment.