mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Missing Voice Regions
This commit is contained in:
parent
542924d5df
commit
98c8928934
@ -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'
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user