From ae640a48234fff8cab02be2c768416c92dfd8139 Mon Sep 17 00:00:00 2001 From: Klappstuhl Date: Sun, 24 Mar 2024 15:32:54 +0100 Subject: [PATCH] Fix missing embeds parameter --- discord/interactions.py | 1 + 1 file changed, 1 insertion(+) 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,