Disabling button received from Button Interaction Handler
Is it possible to disable button interaction received via interaction handler?
Something like -
Or do I have to recreate the same button & use
Something like -
interaction.buttonComponent.disable()Or do I have to recreate the same button & use
interaction.update()?