Hello,
I have a question...
Is there a way to display a modal by clicking on a button?
With "await interaction.response.send_modal(modal) in button call back, it doesn't work, because the request was already responded. But edit_message or edit_original_message don't give the possibility to send modals.
Does anyone have an idea?