Skip to content

How do I modify a response from interaction? #2992

Answered by Misha-133
marss72 asked this question in Q&A
Discussion options

You must be logged in to vote

in the SubmitReport method do something like

var interaction = (IComponentInteraction)Context.Interaction;
await interaction.UpdateAsync(x => x.XXXX);

Also these might come helpful

Replies: 1 comment 3 replies

Comment options

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

@marss72
Comment options

@Misha-133
Comment options

Answer selected by marss72
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