Hey there!
I created a chat bot for a single game and it’s blown up to the point where almost 2k channels use it… I was having no issues with the bot until I got to around 1950 channels on the bot. The bots channel list is a MySQL DB of names that have approved the bot to join their channel.
Around 1950+ channels, my bot started to just…break. It’ll receive a welcome, join the channels, and then just cylces…
Example of my bot’s output when over 1950 channels -> https://pastebin.com/fjJ4msFc
Bot’s code -> https://github.com/illogicalNetwork/LogicEFTBot ; twitch.py on_welcome is where I presume my issue is coming from?