Rework documentation to not duplicate inherited members.
This will probably be reverted in 1 week.
This commit is contained in:
@ -479,6 +479,10 @@ class ClientUser(BaseUser):
|
||||
class User(BaseUser, discord.abc.Messageable):
|
||||
"""Represents a Discord user.
|
||||
|
||||
**Inherited Classes**
|
||||
|
||||
- :class:`discord.abc.Messageable`
|
||||
|
||||
.. container:: operations
|
||||
|
||||
.. describe:: x == y
|
||||
|
Reference in New Issue
Block a user