From 1bd9c84f1e3e57bcc692a705469242c76924b764 Mon Sep 17 00:00:00 2001 From: Eroax Date: Fri, 26 Jan 2024 03:29:40 -0700 Subject: [PATCH] Updated NoTwitch Demo Scene --- addons/no_twitch/demo/test_button.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/no_twitch/demo/test_button.gd b/addons/no_twitch/demo/test_button.gd index 61a1962..ebc9937 100644 --- a/addons/no_twitch/demo/test_button.gd +++ b/addons/no_twitch/demo/test_button.gd @@ -5,5 +5,5 @@ extends Button func _pressed(): - OS.shell_open(twitch_connection.authenticate_with_twitch(["channel:read:redemptions", "chat:read", "chat:edit"])) + OS.shell_open(twitch_connection.authenticate_with_twitch())