Ideally I’d love to be able to make a site or a URL that allows people to authorise with their twitch account to add the bot to their channel, but even if there’s a way I can manually add multiple channels directly, that would help me manage for now!
I’m using the TMI.js API at the moment. I know Node.js is a single thread type situation, and I did see things online about stuff like “cluster”, but it’s far beyond my understanding at this point- this is my first foray into anything web / network code based…!
Hey! Thank you so much! I was trying this using .env variables to hold each channel name (just while testing stuff) but for some reason it just WOULD NOT work that way, but when I did it manually by typing the strings out like you did, it connected to both of them just fine!
That’s a really good idea with the bot’s own chat channel being how to join. Thank you!!