diff options
Diffstat (limited to 'discord/user.py')
| -rw-r--r-- | discord/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/user.py b/discord/user.py index c14a118e..a27a06c6 100644 --- a/discord/user.py +++ b/discord/user.py @@ -136,7 +136,7 @@ class User: """Returns the user's display name. For regular users this is just their username, but - if they have a server specific nickname then that + if they have a guild specific nickname then that is returned instead. """ return getattr(self, 'nick', None) or self.name |