diff options
| author | Mippy (William) <[email protected]> | 2017-11-06 19:51:28 -0800 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-11-12 16:58:31 -0500 |
| commit | 98c8928934c74b51fc005e3678637bf7b68d9d97 (patch) | |
| tree | eac220eb8cb9a3d439677b1c533f4bbf946cf3f2 /docs/api.rst | |
| parent | Fixed a zero division error when accessing latencies (diff) | |
| download | discord.py-98c8928934c74b51fc005e3678637bf7b68d9d97.tar.xz discord.py-98c8928934c74b51fc005e3678637bf7b68d9d97.zip | |
Missing Voice Regions
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 6e0f52b8..29b2e8d4 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -693,6 +693,9 @@ All enumerations are subclasses of `enum`_. .. attribute:: us_east The US East region. + .. attribute:: us_south + + The US South region. .. attribute:: us_central The US Central region. @@ -721,6 +724,12 @@ All enumerations are subclasses of `enum`_. .. attribute:: brazil The Brazil region. + .. attribute:: hongkong + + The Hong Kong region. + .. attribute:: russia + + The Russia region. .. attribute:: vip_us_east The US East region for VIP guilds. |