diff options
Diffstat (limited to 'discord/user.py')
| -rw-r--r-- | discord/user.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |