Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixes typo
  • Loading branch information
retconned committed Sep 20, 2024
1 parent c59ba41 commit 02e5e07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ client.login({ process.env.TOKEN, process.env.COOKIES });

client.on("ChatMessage", async (message) => {
console.log(`${message.sender.username}: ${message.content}`);
}
});
```

Expand Down

0 comments on commit 02e5e07

Please sign in to comment.