Updated ChatbotAuthorization
Added warning ignore for tool function exported variable.
This commit is contained in:
parent
2d25921688
commit
cb50e313a0
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue