diff options
| author | Rapptz <[email protected]> | 2016-07-14 15:03:43 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-07-14 15:03:43 -0400 |
| commit | e60047b7564b2a511aeafd29ac4983f5314e7693 (patch) | |
| tree | 551477d4f80cf4004dc494d71e6b57502ed6ebfc /docs | |
| parent | Add support for different message types and call message. (diff) | |
| download | discord.py-e60047b7564b2a511aeafd29ac4983f5314e7693.tar.xz discord.py-e60047b7564b2a511aeafd29ac4983f5314e7693.zip | |
Add remaining server regions to the enum.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 13 |
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. |