diff --git a/discord/enums.py b/discord/enums.py index 54dac0646..ab72ceb27 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' diff --git a/docs/api.rst b/docs/api.rst index b9f39b0e9..915726210 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -471,6 +471,15 @@ All enumerations are subclasses of `enum`_. .. attribute:: us_east The US East region. + .. attribute:: us_central + + The US Central region. + .. attribute:: eu_west + + The EU West region. + .. attribute:: eu_central + + The EU Central region. .. attribute:: singapore The Singapore region.