aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-07-14 15:03:43 -0400
committerRapptz <[email protected]>2016-07-14 15:03:43 -0400
commite60047b7564b2a511aeafd29ac4983f5314e7693 (patch)
tree551477d4f80cf4004dc494d71e6b57502ed6ebfc /docs
parentAdd support for different message types and call message. (diff)
downloaddiscord.py-e60047b7564b2a511aeafd29ac4983f5314e7693.tar.xz
discord.py-e60047b7564b2a511aeafd29ac4983f5314e7693.zip
Add remaining server regions to the enum.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
index fb7da5cd..e597e6d7 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -451,6 +451,19 @@ All enumerations are subclasses of `enum`_.
The Frankfurt region.
+ .. attribute:: brazil
+
+ The Brazil region.
+ .. attribute:: vip_us_east
+
+ The US East region for VIP servers.
+ .. attribute:: vip_us_west
+
+ The US West region for VIP servers.
+ .. attribute:: vip_amsterdam
+
+ The Amsterdam region for VIP servers.
+
.. class:: Status
Specifies a :class:`Member` 's status.