Fix Message.edit suppress default

This commit is contained in:
harumaki4649
2026-07-10 22:00:05 -04:00
committed by GitHub
parent 1cc278dcdc
commit 188d32d632
+1 -1
View File
@@ -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,