mirror of
https://github.com/deadcxap/YandexMusicDiscordBot.git
synced 2026-01-11 01:41:45 +03:00
feat: Add "My Vibe" button to menu and enhance interactions.
This commit is contained in:
@@ -106,7 +106,8 @@ class BaseGuildsDatabase:
|
||||
shuffle=False,
|
||||
repeat=False,
|
||||
votes={},
|
||||
vibing=False
|
||||
vibing=False,
|
||||
current_viber_id=None
|
||||
))
|
||||
|
||||
def update(self, gid: int, data: Guild) -> None:
|
||||
@@ -152,7 +153,8 @@ class BaseGuildsDatabase:
|
||||
shuffle=False,
|
||||
repeat=False,
|
||||
votes={},
|
||||
vibing=False
|
||||
vibing=False,
|
||||
current_viber_id=None
|
||||
)
|
||||
for field, default_value in fields.items():
|
||||
if field not in existing_fields:
|
||||
|
||||
Reference in New Issue
Block a user