mirror of
https://github.com/deadcxap/YandexMusicDiscordBot.git
synced 2026-01-11 20:21:39 +03:00
impr: Optimize the number of function calls
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from typing import TypedDict
|
||||
|
||||
class User(TypedDict):
|
||||
class User(TypedDict, total=False):
|
||||
ym_token: str | None
|
||||
|
||||
class ExplicitUser(TypedDict):
|
||||
|
||||
Reference in New Issue
Block a user