diff options
| author | Rapptz <[email protected]> | 2016-02-04 18:09:04 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-02-04 18:09:51 -0500 |
| commit | b9873ea04e2e36f4b5cae1aa729f308c4b97a3fe (patch) | |
| tree | 3dcc7d425084cfcc7b0caa4470af22e7cb86fe6d | |
| parent | Add ability to set bandwith and bitrate. (diff) | |
| download | discord.py-b9873ea04e2e36f4b5cae1aa729f308c4b97a3fe.tar.xz discord.py-b9873ea04e2e36f4b5cae1aa729f308c4b97a3fe.zip | |
Add new US Central and US South voice regions.
| -rw-r--r-- | discord/enums.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/enums.py b/discord/enums.py index 60db2ab8..c82aec18 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' |