Updated ChatbotAuthorization

Added warning ignore for tool function exported variable.
This commit is contained in:
Mario Steele 2026-03-06 21:24:18 -06:00
parent 2d25921688
commit cb50e313a0

View file

@ -14,6 +14,7 @@ class_name ChatbotAuthorization
var api: TwitchAPI var api: TwitchAPI
var auth: TwitchAuth var auth: TwitchAuth
@warning_ignore("unused_private_class_variable")
@export_tool_button("Reset Token") var _reset_token := func() -> void: @export_tool_button("Reset Token") var _reset_token := func() -> void:
token.remove_tokens() token.remove_tokens()