diff options
| author | apple502j <[email protected]> | 2019-05-11 12:52:54 +0900 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-05-13 20:26:10 -0400 |
| commit | 357abf2e5515c46f9a3eb77dc91e0f4564a77a0d (patch) | |
| tree | 1d48309a7ab5972e7985751a4dcf49dac37aa9f4 /docs | |
| parent | [tasks] Keep retrying before gracefully exiting. (diff) | |
| download | discord.py-357abf2e5515c46f9a3eb77dc91e0f4564a77a0d.tar.xz discord.py-357abf2e5515c46f9a3eb77dc91e0f4564a77a0d.zip | |
Add India region to VoiceRegion
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index bcf0e25d..f6661342 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. |