Browse Source

Fix small typing issue

pull/10109/head
dolfies 3 years ago
parent
commit
6d4ef078ec
  1. 2
      discord/abc.py

2
discord/abc.py

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

Loading…
Cancel
Save