This commit is contained in:
Jannik Reimers 2025-04-16 21:53:53 +02:00
parent 8558c9b47c
commit 3a659e135c
Signed by: jansel
GPG key ID: 39C62D7D5233CFD0

View file

@ -25,6 +25,7 @@ class Twitch : KordExKoinComponent {
.withEnableHelix(true)
.withEnableChat(true)
.withEnableGraphQL(true)
.withEnableEventSocket(true)
.withChatAccount(OAuth2Credential("twitch", twitchToken))
.withClientId(twitchcid)
.withClientSecret(twitchcs)