mirror of
https://github.com/deadcxap/YandexMusicDiscordBot.git
synced 2026-01-13 14:41:55 +03:00
impr: Remove explicit checks due to poor support and uselessness.
This commit is contained in:
@@ -79,7 +79,6 @@ class BaseGuildsDatabase:
|
||||
current_track=None,
|
||||
current_menu=None,
|
||||
is_stopped=True,
|
||||
allow_explicit=True,
|
||||
always_allow_menu=False,
|
||||
allow_connect=True,
|
||||
vote_next_track=True,
|
||||
|
||||
@@ -13,7 +13,6 @@ class Guild(TypedDict, total=False):
|
||||
current_track: dict[str, Any] | None
|
||||
current_menu: int | None
|
||||
is_stopped: bool
|
||||
allow_explicit: bool
|
||||
always_allow_menu: bool
|
||||
allow_connect: bool
|
||||
vote_next_track: bool
|
||||
@@ -34,7 +33,6 @@ class ExplicitGuild(TypedDict):
|
||||
current_track: dict[str, Any] | None
|
||||
current_menu: int | None
|
||||
is_stopped: bool # Prevents the `after` callback of play_track
|
||||
allow_explicit: bool
|
||||
always_allow_menu: bool
|
||||
allow_connect: bool
|
||||
vote_next_track: bool
|
||||
@@ -46,4 +44,4 @@ class ExplicitGuild(TypedDict):
|
||||
repeat: bool
|
||||
votes: dict[str, MessageVotes]
|
||||
vibing: bool
|
||||
current_viber_id: int | None
|
||||
current_viber_id: int | None
|
||||
|
||||
Reference in New Issue
Block a user