Skip to main content

Client Builder

All Features

Initialize the Twitch4J Client and specify which modules you want to use:

TwitchClient twitchClient = TwitchClientBuilder.builder()
.withEnableHelix(true)
.build();

Logging

Please check out Logging on how to set up logging.