mirror of
https://github.com/deadcxap/YandexMusicDiscordBot.git
synced 2026-01-11 01:41:45 +03:00
feat: Add the ability to use the bot with single YM token.
This commit is contained in:
@@ -6,7 +6,7 @@ VibeSettingsOptions: TypeAlias = Literal[
|
||||
'russian', 'not-russian', 'without-words', 'any',
|
||||
]
|
||||
|
||||
class User(TypedDict, total=False):
|
||||
class User(TypedDict, total=False): # Don't forget to change base.py if you add a new field
|
||||
ym_token: str | None
|
||||
playlists: list[tuple[str, int]]
|
||||
playlists_page: int
|
||||
|
||||
Reference in New Issue
Block a user