mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-09-20 19:17:42 +00:00
Fix Message.edit suppress default
This commit is contained in:
+1
-1
@@ -2872,7 +2872,7 @@ class Message(PartialMessage, Hashable):
|
|||||||
embed: Optional[Embed] = MISSING,
|
embed: Optional[Embed] = MISSING,
|
||||||
embeds: Sequence[Embed] = MISSING,
|
embeds: Sequence[Embed] = MISSING,
|
||||||
attachments: Sequence[Union[Attachment, File]] = MISSING,
|
attachments: Sequence[Union[Attachment, File]] = MISSING,
|
||||||
suppress: bool = False,
|
suppress: bool = MISSING,
|
||||||
delete_after: Optional[float] = None,
|
delete_after: Optional[float] = None,
|
||||||
allowed_mentions: Optional[AllowedMentions] = MISSING,
|
allowed_mentions: Optional[AllowedMentions] = MISSING,
|
||||||
view: Optional[Union[View, LayoutView]] = MISSING,
|
view: Optional[Union[View, LayoutView]] = MISSING,
|
||||||
|
|||||||
Reference in New Issue
Block a user