Browse Source

Merge db8a280111 into 1add8a0b40

pull/10496/merge
Michael 2 days ago
committed by GitHub
parent
commit
957e602568
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discord/types/message.py

2
discord/types/message.py

@ -86,7 +86,7 @@ class Attachment(TypedDict):
flags: NotRequired[int]
MessageActivityType = Literal[1, 2, 3, 5]
MessageActivityType = Literal[1, 2, 3, 5, 6]
class MessageActivity(TypedDict):

Loading…
Cancel
Save