From b9873ea04e2e36f4b5cae1aa729f308c4b97a3fe Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 4 Feb 2016 18:09:04 -0500 Subject: [PATCH] Add new US Central and US South voice regions. --- discord/enums.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/enums.py b/discord/enums.py index 60db2ab88..c82aec182 100644 --- a/discord/enums.py +++ b/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'