Skip to content

Commit

Permalink
updated eventsub url
Browse files Browse the repository at this point in the history
  • Loading branch information
issork committed May 11, 2023
1 parent 420d897 commit a9a4f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/gift/gift_node.gd
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ func connect_to_irc() -> bool:
return success

# Connect to Twitch EventSub. Make sure to authenticate first.
func connect_to_eventsub(url : String = "wss://eventsub-beta.wss.twitch.tv/ws") -> void:
func connect_to_eventsub(url : String = "wss://eventsub.wss.twitch.tv/ws") -> void:
eventsub = WebSocketPeer.new()
eventsub.connect_to_url(url)
print("Connecting to Twitch EventSub.")
Expand Down

0 comments on commit a9a4f34

Please sign in to comment.