Skip to content

Commit 5231332

Browse files
authored
Update PingCommand response message content
1 parent 8bc295f commit 5231332

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ public class PingCommand : ISlashCommand
3434
{
3535
public async Task RunAsync(InteractionContext context, CancellationToken ct = default)
3636
{
37-
await context.Response.SendMessageAsync("🏓 Pong!");
37+
await context.Response.SendMessageAsync(new Message()
38+
{
39+
Content = "Teste",
40+
});
3841
}
3942
}
4043

0 commit comments

Comments
 (0)