Patrick
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
0 deletions
-
discord/enums.py
-
docs/api.rst
|
|
@ -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. |
|
|
|