Rename Server to Guild everywhere.

This commit is contained in:
Rapptz
2016-10-17 18:25:23 -04:00
parent f33eaa4a61
commit d1d54a468a
24 changed files with 632 additions and 630 deletions

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