Skip to content

Commit 5708a98

Browse files
committed
update ws url to new endpoint
1 parent 7eb7239 commit 5708a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitchio/ext/eventsub/websocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def add_pop_callback(self, cb: Callable[[_T], Awaitable[None]]) -> None:
8181

8282

8383
class Websocket:
84-
URL = "wss://eventsub-beta.wss.twitch.tv/ws"
84+
URL = "wss://eventsub.wss.twitch.tv/ws"
8585

8686
def __init__(self, client: Client, http: http.EventSubHTTP):
8787
self.client = client

0 commit comments

Comments
 (0)