Skip to content

Commit c764630

Browse files
update: README improvements
1 parent 4786dbd commit c764630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const client = new Client({
2121
httpAdapter: new NodeAdapter(),
2222
});
2323

24-
client.commandcommand(
24+
client.command(
2525
(builder) => builder.setName("hi").setDescription("reply hello!"),
2626
async (interaction, client, _, res) => {
2727
res.writeHead(200, {

0 commit comments

Comments
 (0)