diff --git a/discord/interactions.py b/discord/interactions.py index 809b35198..7e3b0f210 100644 --- a/discord/interactions.py +++ b/discord/interactions.py @@ -630,6 +630,7 @@ class InteractionResponse: content=content, embed=embed, embeds=embeds, + view=view, attachments=attachments, previous_allowed_mentions=parent._state.allowed_mentions, allowed_mentions=allowed_mentions,