mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-15 10:19:59 +00:00
Add India region to VoiceRegion
This commit is contained in:
parent
49a7e58d17
commit
357abf2e55
@ -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'
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user