mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-28 03:52:57 +00:00
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