Skip to content

Commit 1ca07cb

Browse files
committed
fix: unintended change
1 parent f8a7c3a commit 1ca07cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/webhook/async_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def create_interaction_response(
527527
"content_type": "application/octet-stream",
528528
}
529529
)
530-
payload["data"]["attachments"] = attachments
530+
payload["attachments"] = attachments
531531
form[0]["value"] = utils._to_json(payload)
532532

533533
route = Route(

0 commit comments

Comments
 (0)