diff options
| author | Rapptz <[email protected]> | 2016-09-09 19:23:55 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-09-09 19:23:55 -0400 |
| commit | 8384edb06180c46e46518270aeb8cc0037a09e44 (patch) | |
| tree | 660d623306dea11b24fa6c3b0ea04e3cf04ccaab /docs/api.rst | |
| parent | [commands] Default converters now take in IDs to match against. (diff) | |
| download | discord.py-8384edb06180c46e46518270aeb8cc0037a09e44.tar.xz discord.py-8384edb06180c46e46518270aeb8cc0037a09e44.zip | |
Add new EU Central and EU West server regions.
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index b9f39b0e..91572621 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -471,6 +471,15 @@ All enumerations are subclasses of `enum`_. .. attribute:: us_east The US East region. + .. attribute:: us_central + + The US Central region. + .. attribute:: eu_west + + The EU West region. + .. attribute:: eu_central + + The EU Central region. .. attribute:: singapore The Singapore region. |