We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5231332 commit ec8b18eCopy full SHA for ec8b18e
1 file changed
README.md
@@ -36,7 +36,7 @@ public class PingCommand : ISlashCommand
36
{
37
await context.Response.SendMessageAsync(new Message()
38
39
- Content = "Teste",
+ Content = "Hello World!",
40
});
41
}
42
0 commit comments