This repository was archived by the owner on Dec 18, 2021. It is now read-only.
Replies: 1 comment
-
embed = Embed(...)
<Interaction>.edit_origin(embed=embed) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I edit a response to an interaction by sending embeds? Currently I can edit it with string content but not embedded messages.
I need to be able to respond on an interaction like "fetching data..." then once the data is fetched edit the fetching data message to display the data in an embed.
Beta Was this translation helpful? Give feedback.
All reactions