Skip to content

Commit

Permalink
fix: unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorukyum committed Dec 28, 2024
1 parent f8a7c3a commit 1ca07cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/webhook/async_.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def create_interaction_response(
"content_type": "application/octet-stream",
}
)
payload["data"]["attachments"] = attachments
payload["attachments"] = attachments
form[0]["value"] = utils._to_json(payload)

route = Route(
Expand Down

0 comments on commit 1ca07cb

Please sign in to comment.