Browse Source

Add new US Central and US South voice regions.

pull/105/head
Rapptz 9 years ago
parent
commit
b9873ea04e
  1. 2
      discord/enums.py

2
discord/enums.py

@ -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…
Cancel
Save