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()