We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fecff commit dc9143dCopy full SHA for dc9143d
tests/GenericBot/TestCommand.cs
@@ -57,7 +57,7 @@ private async Task TestCallback3Async(InteractionContext context)
57
Label = "Teste 3",
58
CustomId = "test_button_3",
59
};
60
- await context.Response.InteractionRespondingAsync(new Message()
+ await context.Response.SendInteractionResponseAsync(new Message()
61
{
62
Content = "teste",
63
ActionRows = [new ActionRowBuilder().AddButton<InteractionContext>(teste)]
0 commit comments