From 357abf2e5515c46f9a3eb77dc91e0f4564a77a0d Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Sat, 11 May 2019 12:52:54 +0900 Subject: [PATCH] Add India region to VoiceRegion --- discord/enums.py | 1 + docs/api.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/discord/enums.py b/discord/enums.py index 177f88caa..d077f7eea 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -103,6 +103,7 @@ class VoiceRegion(Enum): russia = 'russia' japan = 'japan' southafrica = 'southafrica' + india = 'india' vip_us_east = 'vip-us-east' vip_us_west = 'vip-us-west' vip_amsterdam = 'vip-amsterdam' diff --git a/docs/api.rst b/docs/api.rst index bcf0e25d9..f6661342e 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -778,6 +778,9 @@ All enumerations are subclasses of `enum`_. .. attribute:: hongkong The Hong Kong region. + .. attribute:: india + + The India region. .. attribute:: japan The Japan region.