Button Interaction Help
I have create a button in one interaction event like client.on("interactionCreate", (c) => {}); However, in another event I would like to update or change the color of the button, I am just wondering how I can do that? Like after the user submit the modal and then the button changes the color.

