Skip to content

Commit 8bc295f

Browse files
authored
Update README.md
1 parent 6c0a500 commit 8bc295f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class PingCommand : ISlashCommand
3434
{
3535
public async Task RunAsync(InteractionContext context, CancellationToken ct = default)
3636
{
37-
await context.RespondAsync("🏓 Pong!");
37+
await context.Response.SendMessageAsync("🏓 Pong!");
3838
}
3939
}
4040

0 commit comments

Comments
 (0)