From cb50e313a0770171de23f9bdbd3cf560eca9d715 Mon Sep 17 00:00:00 2001 From: Mario Steele Date: Fri, 6 Mar 2026 21:24:18 -0600 Subject: [PATCH] Updated ChatbotAuthorization Added warning ignore for tool function exported variable. --- lib/twitcher_extended/chatbot_authorization.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/twitcher_extended/chatbot_authorization.gd b/lib/twitcher_extended/chatbot_authorization.gd index a8a65450..87cb9003 100644 --- a/lib/twitcher_extended/chatbot_authorization.gd +++ b/lib/twitcher_extended/chatbot_authorization.gd @@ -14,6 +14,7 @@ class_name ChatbotAuthorization var api: TwitchAPI var auth: TwitchAuth +@warning_ignore("unused_private_class_variable") @export_tool_button("Reset Token") var _reset_token := func() -> void: token.remove_tokens()