Skip to content

Commit

Permalink
Merge pull request #190 from kevmo314/patch-1
Browse files Browse the repository at this point in the history
fix documentation typo
  • Loading branch information
gempir authored Dec 16, 2022
2 parents 6c12a72 + e556529 commit 002ba5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ client.IrcAddress = "127.0.0.1:3030" // for custom irc server
client.TLS = false // enabled by default, will connect to non TLS server of twitch when off or the given client.IrcAddress
client.SetupCmd = "LOGIN custom_command_here" // Send a custom command on successful IRC connection, before authentication.
client.Capabilities = []string{twitch.TagsCapability, twitch.CommandsCapability} // Customize which capabilities are sent
client.SetRateLimiter(twitch.CreateVerifiedRateLimiter()) // If you have a verified bot or other needs use this to set a custom rate limiter
client.SetJoinRateLimiter(twitch.CreateVerifiedRateLimiter()) // If you have a verified bot or other needs use this to set a custom rate limiter
```

Option modifications must be done before calling Connect on the client.
Expand Down

0 comments on commit 002ba5c

Please sign in to comment.