robotty / dank-twitch-irc

Connect to Twitch chat from Node.js
https://www.npmjs.com/package/dank-twitch-irc
MIT License
88 stars 25 forks source link

JOIN attempts not rate limited #350

Open badoge opened 3 years ago

badoge commented 3 years ago

Twitch recently fixed their rate limits to actually match the documented limits.

fmalk commented 2 years ago

I was curious about this, so I looked at how tmi.js handles it.

It doesn't enforce rate limits at the lib level, if your bot exceeds it it will just receive an error.

badoge commented 2 years ago

Yeah I just made the bot join 1 channel per second to solve this problem since the bot is not verified and runs in 20+ channels.