diff options
| author | Rapptz <[email protected]> | 2016-10-17 18:25:23 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-01-03 09:51:54 -0500 |
| commit | d1d54a468a88323a8ef7798ff084a1371d5893ec (patch) | |
| tree | 21dd315df95acd2c8d6cf63cc51fa4cadc0c7155 /discord/enums.py | |
| parent | Stateful Message and remove Invite.xkcd since it is removed. (diff) | |
| download | discord.py-d1d54a468a88323a8ef7798ff084a1371d5893ec.tar.xz discord.py-d1d54a468a88323a8ef7798ff084a1371d5893ec.zip | |
Rename Server to Guild everywhere.
Diffstat (limited to 'discord/enums.py')
| -rw-r--r-- | discord/enums.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/enums.py b/discord/enums.py index 37195cbb..1223581e 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -44,7 +44,7 @@ class MessageType(Enum): channel_icon_change = 5 pins_add = 6 -class ServerRegion(Enum): +class GuildRegion(Enum): us_west = 'us-west' us_east = 'us-east' us_south = 'us-south' |