aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-09-09 19:23:55 -0400
committerRapptz <[email protected]>2016-09-09 19:23:55 -0400
commit8384edb06180c46e46518270aeb8cc0037a09e44 (patch)
tree660d623306dea11b24fa6c3b0ea04e3cf04ccaab /discord
parent[commands] Default converters now take in IDs to match against. (diff)
downloaddiscord.py-8384edb06180c46e46518270aeb8cc0037a09e44.tar.xz
discord.py-8384edb06180c46e46518270aeb8cc0037a09e44.zip
Add new EU Central and EU West server regions.
Diffstat (limited to 'discord')
-rw-r--r--discord/enums.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/enums.py b/discord/enums.py
index 54dac064..ab72ceb2 100644
--- a/discord/enums.py
+++ b/discord/enums.py
@@ -48,6 +48,8 @@ class ServerRegion(Enum):
us_east = 'us-east'
us_south = 'us-south'
us_central = 'us-central'
+ eu_west = 'eu-west'
+ eu_central = 'eu-central'
singapore = 'singapore'
london = 'london'
sydney = 'sydney'