Skip to content

Commit

Permalink
Added Helix to Twitch Handler
Browse files Browse the repository at this point in the history
  • Loading branch information
beanbeanjuice committed Jul 22, 2024
1 parent f03e1ab commit 119c3ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class TwitchHandler {

public TwitchHandler(final String token, final CafeBot cafeBot) {
twitchClient = TwitchClientBuilder.builder()
.withEnableHelix(true)
.withDefaultAuthToken(new OAuth2Credential("twitch", token))
.build();

Expand Down

0 comments on commit 119c3ab

Please sign in to comment.