Skip to content

Commit

Permalink
noprint
Browse files Browse the repository at this point in the history
  • Loading branch information
NeloBlivion authored Aug 4, 2024
1 parent 1fa5559 commit 8c48740
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discord/webhook/async_.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,6 @@ def handle_message_parameters(
multipart.append({"name": "payload_json", "value": utils._to_json(payload)})
payload = None
multipart += multipart_files
print(multipart)

return ExecuteWebhookParameters(payload=payload, multipart=multipart, files=files)

Expand Down

0 comments on commit 8c48740

Please sign in to comment.