Rename Server to Guild everywhere.

This commit is contained in:
Rapptz
2017-01-03 09:51:54 -05:00
parent f33eaa4a61
commit d1d54a468a
24 changed files with 632 additions and 630 deletions
+1 -1
View File
@@ -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