1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-05-11 08:19:54 +00:00

abc.Messageable do not have to implement abc.Snowflake

Fix 
This commit is contained in:
Rapptz 2019-07-27 22:38:30 -04:00
parent dd12fbf73d
commit cddcc6d6b6

@ -725,8 +725,6 @@ class Messageable(metaclass=abc.ABCMeta):
- :class:`~discord.User`
- :class:`~discord.Member`
- :class:`~discord.ext.commands.Context`
This ABC must also implement :class:`~discord.abc.Snowflake`.
"""
__slots__ = ()