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 1fa5559 commit 8c48740Copy full SHA for 8c48740
discord/webhook/async_.py
@@ -704,7 +704,6 @@ def handle_message_parameters(
704
multipart.append({"name": "payload_json", "value": utils._to_json(payload)})
705
payload = None
706
multipart += multipart_files
707
- print(multipart)
708
709
return ExecuteWebhookParameters(payload=payload, multipart=multipart, files=files)
710
0 commit comments