aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-07-27 22:38:30 -0400
committerRapptz <[email protected]>2019-07-27 22:38:30 -0400
commitcddcc6d6b6e2898003714c1117f54ef99f33435c (patch)
tree51d1a6c441c668c61dc717222f6d14112b008af3
parent[commands] Properly load the original module when reloading fails. (diff)
downloaddiscord.py-cddcc6d6b6e2898003714c1117f54ef99f33435c.tar.xz
discord.py-cddcc6d6b6e2898003714c1117f54ef99f33435c.zip
abc.Messageable do not have to implement abc.Snowflake
Fix #2290
-rw-r--r--discord/abc.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/discord/abc.py b/discord/abc.py
index a9c7af38..b8259415 100644
--- a/discord/abc.py
+++ b/discord/abc.py
@@ -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__ = ()