harumaki4649
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
discord/message.py
|
|
|
@ -2872,7 +2872,7 @@ class Message(PartialMessage, Hashable): |
|
|
|
embed: Optional[Embed] = MISSING, |
|
|
|
embeds: Sequence[Embed] = MISSING, |
|
|
|
attachments: Sequence[Union[Attachment, File]] = MISSING, |
|
|
|
suppress: bool = False, |
|
|
|
suppress: bool = MISSING, |
|
|
|
delete_after: Optional[float] = None, |
|
|
|
allowed_mentions: Optional[AllowedMentions] = MISSING, |
|
|
|
view: Optional[Union[View, LayoutView]] = MISSING, |
|
|
|
|