Skip to content
Discussion options

You must be logged in to vote

sorry for the late response !

Interaction.edit_original_response can be called to edit the message, since response.send_modal() causes the original message to point to the message with the component, for example:

await interaction.response.send_modal(modal)
weather_select.disabled = True
await interaction.edit_original_response(view=weather_select.view)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ethanlchristensen
Comment options

@ethanlchristensen
Comment options

@ika2kki
Comment options

Answer selected by ethanlchristensen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants