I’m planning to make a Twitch Bot which should be public.
But I want to host these Bots on my server, so my question is whats about connection limits?
Is it per user or ip4-adress?
Thank you for your answers 
I’m planning to make a Twitch Bot which should be public.
But I want to host these Bots on my server, so my question is whats about connection limits?
Is it per user or ip4-adress?
Thank you for your answers 
I think there is no connection limit!
Not per user and not per ip4 adress
But maybe I will learn something new, if the twitch Staff proves the opposite 
I hope not, because the Twitch Bot would be much work…
Since you say bot I will assume you are referring to an IRC connection. In that case remember:
okay, so the irc connection have a limit, but api.twitch.tv not?
The API just has a rate limit tied to your Client-ID. Multiple connections will just saturate that rate limit faster if you’re sending multiple API requests per connection.