impr: Remove explicit checks due to poor support and uselessness.

This commit is contained in:
Lemon4ksan
2025-02-18 17:39:14 +03:00
parent c042f2d86f
commit 617a7a6de9
5 changed files with 80 additions and 161 deletions

View File

@@ -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