Skip to content

Commit

Permalink
Twitch: Reactivate EventSub connection
Browse files Browse the repository at this point in the history
This was turned off during server-client development and I forgot to
turn it back on.
  • Loading branch information
lookeypl committed Aug 11, 2024
1 parent 99be01b commit 7a04cdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions LukeBot.Twitch/TwitchUserModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ public TwitchUserModule(string lbUser, Token botToken, string channelName)
}

mEventSub = new(mLBUser);
// TODO temporarily turned off to speed up ServerCLI dev
//mEventSub.Connect(mUserToken, mUserData.id);
mEventSub.Connect(mUserToken, mUserData.id);
}

internal API.Twitch.GetUserData GetUserData()
Expand Down

0 comments on commit 7a04cdc

Please sign in to comment.