diff options
| author | Rapptz <[email protected]> | 2019-07-27 22:38:30 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-07-27 22:38:30 -0400 |
| commit | cddcc6d6b6e2898003714c1117f54ef99f33435c (patch) | |
| tree | 51d1a6c441c668c61dc717222f6d14112b008af3 | |
| parent | [commands] Properly load the original module when reloading fails. (diff) | |
| download | discord.py-cddcc6d6b6e2898003714c1117f54ef99f33435c.tar.xz discord.py-cddcc6d6b6e2898003714c1117f54ef99f33435c.zip | |
abc.Messageable do not have to implement abc.Snowflake
Fix #2290
| -rw-r--r-- | discord/abc.py | 2 |
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__ = () |