diff options
| author | NCPlayz <[email protected]> | 2019-12-25 16:04:38 +0000 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-01-06 00:30:04 -0500 |
| commit | 787d424dce88d219960d730cccb08ec8d848f3da (patch) | |
| tree | 5e9581fd79c7837b041410193dc76304f44425e2 /docs | |
| parent | Add Attachment.to_file to easily send an attachment. (diff) | |
| download | discord.py-787d424dce88d219960d730cccb08ec8d848f3da.tar.xz discord.py-787d424dce88d219960d730cccb08ec8d848f3da.zip | |
Add `VoiceRegion.dubai`
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index 37d057cf..199d32c1 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -860,7 +860,7 @@ of :class:`enum.Enum`. The ``india`` region was added. .. versionchanged:: 1.3 - The ``europe`` region was added. + The ``europe`` and ``dubai`` regions were added. .. attribute:: amsterdam @@ -868,6 +868,9 @@ of :class:`enum.Enum`. .. attribute:: brazil The Brazil region. + .. attribute:: dubai + + The Dubai region. .. attribute:: eu_central The EU Central region. |