aboutsummaryrefslogtreecommitdiff
path: root/discord/user.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-12-30 04:34:42 -0500
committerRapptz <[email protected]>2017-01-03 09:52:06 -0500
commitdceba9d962483a0f423e53d472e18c8cd84c0759 (patch)
treed39c4906807eb0d2ec55070715f237b82ecc12d2 /discord/user.py
parentFix handling of author update and missing type attribute in Message. (diff)
downloaddiscord.py-dceba9d962483a0f423e53d472e18c8cd84c0759.tar.xz
discord.py-dceba9d962483a0f423e53d472e18c8cd84c0759.zip
Add useful repr to all data classes.
Diffstat (limited to 'discord/user.py')
-rw-r--r--discord/user.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/user.py b/discord/user.py
index a27a06c6..77f257fe 100644
--- a/discord/user.py
+++ b/discord/user.py
@@ -80,6 +80,9 @@ class User:
def __hash__(self):
return hash(self.id)
+ def __repr__(self):
+ return '<User id={0.id} name={0.name!r} discriminator={0.discriminator!r} bot={0.bot}>'.format(self)
+
@property
def avatar_url(self):
"""Returns a friendly URL version of the avatar variable the user has. An empty string if