mirror of
https://github.com/deadcxap/YandexMusicDiscordBot.git
synced 2026-01-11 02:11:45 +03:00
feat: Add "My Vibe" button to menu and enhance interactions.
This commit is contained in:
@@ -24,6 +24,7 @@ class Guild(TypedDict, total=False):
|
||||
repeat: bool
|
||||
votes: dict[str, MessageVotes]
|
||||
vibing: bool
|
||||
current_viber_id: int | None
|
||||
|
||||
class ExplicitGuild(TypedDict):
|
||||
_id: int
|
||||
@@ -42,4 +43,5 @@ class ExplicitGuild(TypedDict):
|
||||
shuffle: bool
|
||||
repeat: bool
|
||||
votes: dict[str, MessageVotes]
|
||||
vibing: bool
|
||||
vibing: bool
|
||||
current_viber_id: int | None
|
||||
Reference in New Issue
Block a user