Skip to content

Commit

Permalink
[docs] sort the VoiceRegions
Browse files Browse the repository at this point in the history
having them appear in the docs ordered by their internal number
is not useful to the user. Sorting them by name
allows one to more quickly locate a voice region in the docs.
  • Loading branch information
ioistired authored and Rapptz committed Aug 30, 2018
1 parent 1d65d69 commit 00a659c
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -730,63 +730,63 @@ All enumerations are subclasses of `enum`_.

Specifies the region a voice server belongs to.

.. attribute:: us_west

The US West region.
.. attribute:: us_east
.. attribute:: amsterdam

The US East region.
.. attribute:: us_south
The Amsterdam region.
.. attribute:: brazil

The US South region.
.. attribute:: us_central
The Brazil region.
.. attribute:: eu_central

The US Central region.
The EU Central region.
.. attribute:: eu_west

The EU West region.
.. attribute:: eu_central
.. attribute:: frankfurt

The EU Central region.
.. attribute:: singapore
The Frankfurt region.
.. attribute:: hongkong

The Singapore region.
The Hong Kong region.
.. attribute:: japan

The Japan region.
.. attribute:: london

The London region.
.. attribute:: russia

The Russia region.
.. attribute:: singapore

The Singapore region.
.. attribute:: southafrica

The South Africa region.
.. attribute:: sydney

The Sydney region.
.. attribute:: amsterdam

The Amsterdam region.
.. attribute:: frankfurt
.. attribute:: us_central

The Frankfurt region.
.. attribute:: brazil
The US Central region.
.. attribute:: us_east

The Brazil region.
.. attribute:: hongkong
The US East region.
.. attribute:: us_south

The Hong Kong region.
.. attribute:: russia
The US South region.
.. attribute:: us_west

The Russia region.
.. attribute:: japan
The US West region.
.. attribute:: vip_amsterdam

The Japan region.
.. attribute:: southafrica

The South Africa region.
The Amsterdam region for VIP guilds.
.. attribute:: vip_us_east

The US East region for VIP guilds.
.. attribute:: vip_us_west

The US West region for VIP guilds.
.. attribute:: vip_amsterdam

The Amsterdam region for VIP guilds.

.. class:: VerificationLevel

Expand Down

0 comments on commit 00a659c

Please sign in to comment.