Skip to content

Commit dc9143d

Browse files
committed
fix
1 parent 91fecff commit dc9143d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/GenericBot/TestCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private async Task TestCallback3Async(InteractionContext context)
5757
Label = "Teste 3",
5858
CustomId = "test_button_3",
5959
};
60-
await context.Response.InteractionRespondingAsync(new Message()
60+
await context.Response.SendInteractionResponseAsync(new Message()
6161
{
6262
Content = "teste",
6363
ActionRows = [new ActionRowBuilder().AddButton<InteractionContext>(teste)]

0 commit comments

Comments
 (0)