This commit is contained in:
parent
8558c9b47c
commit
3a659e135c
@ -25,6 +25,7 @@ class Twitch : KordExKoinComponent {
|
|||||||
.withEnableHelix(true)
|
.withEnableHelix(true)
|
||||||
.withEnableChat(true)
|
.withEnableChat(true)
|
||||||
.withEnableGraphQL(true)
|
.withEnableGraphQL(true)
|
||||||
|
.withEnableEventSocket(true)
|
||||||
.withChatAccount(OAuth2Credential("twitch", twitchToken))
|
.withChatAccount(OAuth2Credential("twitch", twitchToken))
|
||||||
.withClientId(twitchcid)
|
.withClientId(twitchcid)
|
||||||
.withClientSecret(twitchcs)
|
.withClientSecret(twitchcs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user