We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The client should provide a way to limit the amount of messages to be sent.
The join ratelimiter already laid the groundwork for this implementation. The idea is to have another client method like
client.SetMessageRateLimiter and use the same interface for the ratelimiter.
client.SetMessageRateLimiter
https://dev.twitch.tv/docs/irc/guide#rate-limits
Activity