diff --git a/twitch/client.eventsub.go b/twitch/client.eventsub.go index 96d2aec..ba7e33e 100644 --- a/twitch/client.eventsub.go +++ b/twitch/client.eventsub.go @@ -8,11 +8,10 @@ import ( "github.com/gorilla/websocket" jsoniter "github.com/json-iterator/go" - "github.com/nicklaw5/helix/v2" "go.uber.org/zap" ) -const websocketEndpoint = "wss://eventsub-beta.wss.twitch.tv/ws" +const websocketEndpoint = "wss://eventsub.wss.twitch.tv/ws" func (c *Client) eventSubLoop(userClient *helix.Client) { endpoint := websocketEndpoint