Skip to content

Commit

Permalink
Merge pull request #548 from beanbeanjuice/541-update-imports
Browse files Browse the repository at this point in the history
Updated Some Imports
  • Loading branch information
beanbeanjuice committed May 5, 2023
2 parents a95237b + 312774c commit efbb0e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>com.github.twitch4j</groupId>
<artifactId>twitch4j</artifactId>
<version>1.10.0</version>
<version>1.12.0</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public TwitchListener() {
.withDefaultAuthToken(new OAuth2Credential("twitch", Bot.TWITCH_ACCESS_TOKEN))
.withDefaultEventHandler(TwitchMessageEventHandler.class)
.build();

twitchClient.getEventManager().registerEventHandler(new SimpleEventHandler()); // TODO: CONFIRM THIS WORKS
}

/**
Expand Down

0 comments on commit efbb0e4

Please sign in to comment.