|
@ -1689,7 +1689,7 @@ class Connectable(Protocol): |
|
|
__slots__ = () |
|
|
__slots__ = () |
|
|
_state: ConnectionState |
|
|
_state: ConnectionState |
|
|
|
|
|
|
|
|
async def _get_channel(self) -> ConnectableChannel: |
|
|
async def _get_channel(self) -> Connectable: |
|
|
return self |
|
|
return self |
|
|
|
|
|
|
|
|
def _get_voice_client_key(self) -> Tuple[int, str]: |
|
|
def _get_voice_client_key(self) -> Tuple[int, str]: |
|
|