Skip to content

Commit ec8b18e

Browse files
authored
Update README.md
1 parent 5231332 commit ec8b18e

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
@@ -36,7 +36,7 @@ public class PingCommand : ISlashCommand
3636
{
3737
await context.Response.SendMessageAsync(new Message()
3838
{
39-
Content = "Teste",
39+
Content = "Hello World!",
4040
});
4141
}
4242
}

0 commit comments

Comments
 (0)