diff --git a/discord/abc.py b/discord/abc.py index 578f4e937..97ef219ee 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -1689,7 +1689,7 @@ class Connectable(Protocol): __slots__ = () _state: ConnectionState - async def _get_channel(self) -> ConnectableChannel: + async def _get_channel(self) -> Connectable: return self def _get_voice_client_key(self) -> Tuple[int, str]: