1
0

grrrr
All checks were successful
Build & Publish / build (push) Successful in 3m30s

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)