mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-20 16:00:29 +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):
|
||||
us_west = 'us-west'
|
||||
us_east = 'us-east'
|
||||
us_south = 'us-south'
|
||||
us_central = 'us-central'
|
||||
singapore = 'singapore'
|
||||
london = 'london'
|
||||
sydney = 'sydney'
|
||||
|
Loading…
x
Reference in New Issue
Block a user