From 96981210b3415e15446db0b702b07fef25c8b680 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 3 Oct 2018 05:45:30 -0400 Subject: Rework documentation to not duplicate inherited members. This will probably be reverted in 1 week. --- discord/user.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'discord/user.py') diff --git a/discord/user.py b/discord/user.py index 07a17369..0b7b9859 100644 --- a/discord/user.py +++ b/discord/user.py @@ -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 -- cgit v1.2.3