How to update a message after the interaction with a component without using a component collector.
I have a log member sistem that sends a message with a webhook when a member joins the server. This message has a button attached to it, and when this button is activated a modal is shown. i want to update the message (more specifically only the label of the button) when this modal is submitted. How do i do this without using a component collector for the button? (i have a component handler)
