Updating a set of buttons in a reply
I have the following case:
So I basically want to treat
- I create a message with a button attached and post this in a channel
- When the button is pressed, it shall send a ephemeral message to the user with a set of new buttons ((everything works until here))
- When the user clicks one of the new buttons, the buttons should update. I don't get this working.
So I basically want to treat
response as a new interaction, but for some reason when I log response.interaction.customId it logs the original button. Very thankful for ANY input on this