v2 Standalone Docker Update #40

Merged
alex_orid merged 157 commits from v2.0 into master 2021-05-13 20:36:45 +00:00
Showing only changes of commit 436f4a8193 - Show all commits

View File

@ -17,6 +17,7 @@ class Twitch_Pubsub():
self.twitch : Twitch()
self.pubsub: PubSub()
#Making setup function properly should make all of this run.
def setup(self):
self.twitch.authenticate_app([])
self.twitch.set_user_authentication('my_user_auth_token', [AuthScope.WHISPERS_READ], 'my_user_auth_refresh_token')