mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-06 11:57:17 +00:00
Add South Korea VoiceRegion
This commit is contained in:
parent
8252b1f884
commit
9121441315
@ -193,6 +193,7 @@ class VoiceRegion(Enum):
|
||||
russia = 'russia'
|
||||
japan = 'japan'
|
||||
southafrica = 'southafrica'
|
||||
south_korea = 'south-korea'
|
||||
india = 'india'
|
||||
europe = 'europe'
|
||||
dubai = 'dubai'
|
||||
|
@ -1045,6 +1045,9 @@ of :class:`enum.Enum`.
|
||||
.. attribute:: southafrica
|
||||
|
||||
The South Africa region.
|
||||
.. attribute:: south_korea
|
||||
|
||||
The South Korea region.
|
||||
.. attribute:: sydney
|
||||
|
||||
The Sydney region.
|
||||
|
Loading…
x
Reference in New Issue
Block a user