Rework documentation to not duplicate inherited members.

This will probably be reverted in 1 week.
This commit is contained in:
Rapptz
2018-10-03 05:45:30 -04:00
parent 60d86b6c1a
commit 96981210b3
5 changed files with 28 additions and 44 deletions

View File

@ -112,7 +112,9 @@ _BaseUser = discord.abc.User
class Member(discord.abc.Messageable, _BaseUser):
"""Represents a Discord member to a :class:`Guild`.
This implements a lot of the functionality of :class:`User`.
**Inherited Classes**
- :class:`discord.abc.Messageable`
.. container:: operations