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 /discord | |
| 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 'discord')
| -rw-r--r-- | discord/enums.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/enums.py b/discord/enums.py index c0773923..ddc4e48c 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -193,6 +193,7 @@ class VoiceRegion(Enum): southafrica = 'southafrica' india = 'india' europe = 'europe' + dubai = 'dubai' vip_us_east = 'vip-us-east' vip_us_west = 'vip-us-west' vip_amsterdam = 'vip-amsterdam' |