diff --git a/discord/interactions.py b/discord/interactions.py
index d566a79d..d17dc86f 100644
--- a/discord/interactions.py
+++ b/discord/interactions.py
@@ -810,6 +810,7 @@ async def edit(
                 content=content,
                 flags=flags,
                 embed=embed,
+                embeds=embeds,
                 attachments=attachments,
                 components=components,
                 allowed_mentions=allowed_mentions,