Teekeks / pyTwitchAPI

A Python 3.7 compatible implementation of the Twitch API, EventSub, PubSub and Chat
https://pytwitchapi.dev
MIT License
254 stars 38 forks source link

Add way to auto join channel on ready #208

Closed Teekeks closed 1 year ago

Teekeks commented 1 year ago

currently, you are required to implement the on ready event of the bot just to simply join channels on startup. this should be simplified to a single option.