Browse Source

Remove incorrect note about isinstance check for abc.Connectable

pull/7494/head
jack1142 3 years ago
committed by GitHub
parent
commit
de85eacbf5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      discord/abc.py

5
discord/abc.py

@ -1539,11 +1539,6 @@ class Connectable(Protocol):
- :class:`~discord.VoiceChannel`
- :class:`~discord.StageChannel`
Note
----
This ABC is not decorated with :func:`typing.runtime_checkable`, so will fail :func:`isinstance`/:func:`issubclass`
checks.
"""
__slots__ = ()

Loading…
Cancel
Save