mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 02:43:01 +00:00
Rework documentation to not duplicate inherited members.
This will probably be reverted in 1 week.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user