updated eventsub url
This commit is contained in:
parent
420d897635
commit
a9a4f34c84
@ -368,7 +368,7 @@ func connect_to_irc() -> bool:
|
|||||||
return success
|
return success
|
||||||
|
|
||||||
# Connect to Twitch EventSub. Make sure to authenticate first.
|
# 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 = WebSocketPeer.new()
|
||||||
eventsub.connect_to_url(url)
|
eventsub.connect_to_url(url)
|
||||||
print("Connecting to Twitch EventSub.")
|
print("Connecting to Twitch EventSub.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user