diff options
| author | MaximusPX <[email protected]> | 2018-07-26 17:48:32 +0100 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-08-22 21:07:54 -0400 |
| commit | 4a1d28a1de4fe9bc3e668238420eac0747dcbbbd (patch) | |
| tree | 233fe36449670050c1f0b11ac7a987e7b55fbd9b /docs | |
| parent | Add Colour.from_hsv (diff) | |
| download | discord.py-4a1d28a1de4fe9bc3e668238420eac0747dcbbbd.tar.xz discord.py-4a1d28a1de4fe9bc3e668238420eac0747dcbbbd.zip | |
Adds missing voice regions.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/api.rst b/docs/api.rst index b5c4ba88..9c27282b 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -747,7 +747,6 @@ All enumerations are subclasses of `enum`_. .. attribute:: frankfurt The Frankfurt region. - .. attribute:: brazil The Brazil region. @@ -757,8 +756,14 @@ All enumerations are subclasses of `enum`_. .. attribute:: russia The Russia region. - .. attribute:: vip_us_east + .. attribute:: japan + The Japan region. + .. attribute:: southafrica + + The South Africa region. + .. attribute:: vip_us_east + The US East region for VIP guilds. .. attribute:: vip_us_west |