update __slots__
This commit is contained in:
parent
a7da475c0c
commit
3ea426b44b
|
|
@ -126,6 +126,7 @@ class Player(VoiceProtocol):
|
|||
"_last_position",
|
||||
"_last_update",
|
||||
"_ending_track",
|
||||
"_log",
|
||||
"_voice_state",
|
||||
"_player_endpoint_uri",
|
||||
)
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ class Node:
|
|||
"_heartbeat",
|
||||
"_secure",
|
||||
"_fallback",
|
||||
"_log_level",
|
||||
"_websocket_uri",
|
||||
"_rest_uri",
|
||||
"_session",
|
||||
|
|
@ -84,6 +85,7 @@ class Node:
|
|||
"_spotify_client",
|
||||
"_apple_music_client",
|
||||
"_route_planner",
|
||||
"_log",
|
||||
"_stats",
|
||||
"available",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue