From d1d54a468a88323a8ef7798ff084a1371d5893ec Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 17 Oct 2016 18:25:23 -0400 Subject: Rename Server to Guild everywhere. --- discord/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/user.py') 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 -- cgit v1.2.3