How would I make it so that slash command responses could be edited? #9101
-
Currently I use
Does anyone know how I could make this work so that there isn't an error given? |
Beta Was this translation helpful? Give feedback.
Answered by
Rapptz
Dec 3, 2022
Replies: 2 comments 2 replies
-
Interaction response endpoint doesn't return anything. To do this you'll have to call |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DumbLuckGames
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Interaction response endpoint doesn't return anything.
To do this you'll have to call
Interaction.edit_original_response
to edit the message you responded with.