Missing Voice Regions

This commit is contained in:
Mippy (William) 2017-11-06 19:51:28 -08:00 committed by Rapptz
parent 542924d5df
commit 98c8928934
2 changed files with 11 additions and 0 deletions

View File

@ -63,6 +63,8 @@ class VoiceRegion(Enum):
amsterdam = 'amsterdam'
frankfurt = 'frankfurt'
brazil = 'brazil'
hongkong = 'hongkong'
russia = 'russia'
vip_us_east = 'vip-us-east'
vip_us_west = 'vip-us-west'
vip_amsterdam = 'vip-amsterdam'

View File

@ -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.