We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c0b7c commit 37d4901Copy full SHA for 37d4901
discord/webhook/async_.py
@@ -712,7 +712,7 @@ def handle_message_parameters(
712
if voice_message:
713
flags = flags + MessageFlags(is_voice_message=True)
714
715
- if _attachments:
+ if attachments is not MISSING or _attachments:
716
payload["attachments"] = _attachments
717
718
payload["flags"] = flags.value
0 commit comments