diff --git a/src/main/kotlin/dev/jansel/aglaea/utils/Twitch.kt b/src/main/kotlin/dev/jansel/aglaea/utils/Twitch.kt index 1dcf799..8759564 100644 --- a/src/main/kotlin/dev/jansel/aglaea/utils/Twitch.kt +++ b/src/main/kotlin/dev/jansel/aglaea/utils/Twitch.kt @@ -25,6 +25,7 @@ class Twitch : KordExKoinComponent { .withEnableHelix(true) .withEnableChat(true) .withEnableGraphQL(true) + .withEnableEventSocket(true) .withChatAccount(OAuth2Credential("twitch", twitchToken)) .withClientId(twitchcid) .withClientSecret(twitchcs)