We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0a500 commit 8bc295fCopy full SHA for 8bc295f
1 file changed
README.md
@@ -34,7 +34,7 @@ public class PingCommand : ISlashCommand
34
{
35
public async Task RunAsync(InteractionContext context, CancellationToken ct = default)
36
37
- await context.RespondAsync("🏓 Pong!");
+ await context.Response.SendMessageAsync("🏓 Pong!");
38
}
39
40
0 commit comments