-
After updating the library, await interaction.edit_original_message(embed=embed, view=view) doesn't work and returns this error:
It's trying to edit the message when clicking on a button after using a slash command. Code:
|
Beta Was this translation helpful? Give feedback.
Answered by
AXVin
Mar 20, 2022
Replies: 1 comment 2 replies
-
Hey, |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Rapptz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
interaction.edit_original_message
is used to edit the messages sent withinteraction.response.send_message
it doesn't work here because you didn't send a response message with that interaction beforehand