mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-08 04:38:42 +00:00
Add new US Central and US South voice regions.
This commit is contained in:
parent
055f5291f0
commit
b9873ea04e
@ -36,6 +36,8 @@ class ChannelType(Enum):
|
|||||||
class ServerRegion(Enum):
|
class ServerRegion(Enum):
|
||||||
us_west = 'us-west'
|
us_west = 'us-west'
|
||||||
us_east = 'us-east'
|
us_east = 'us-east'
|
||||||
|
us_south = 'us-south'
|
||||||
|
us_central = 'us-central'
|
||||||
singapore = 'singapore'
|
singapore = 'singapore'
|
||||||
london = 'london'
|
london = 'london'
|
||||||
sydney = 'sydney'
|
sydney = 'sydney'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user