diff options
| author | Rapptz <[email protected]> | 2017-05-09 13:42:35 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-09 13:42:35 -0400 |
| commit | a0fc1402d759c1982423bea704393c3e7b1c08a7 (patch) | |
| tree | 39584f438391b1cbcd698d13eec3ea56c303047b /docs | |
| parent | Properly check for audit log entry termination. (diff) | |
| download | discord.py-a0fc1402d759c1982423bea704393c3e7b1c08a7.tar.xz discord.py-a0fc1402d759c1982423bea704393c3e7b1c08a7.zip | |
Rename GuildRegion to VoiceRegion.
This naming makes more sense since voice regions are not a guild
exclusive concept.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api.rst b/docs/api.rst index dfcfe461..16ad04ef 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -579,9 +579,9 @@ All enumerations are subclasses of `enum`_. The system message denoting that a pinned message has been added to a channel. -.. class:: GuildRegion +.. class:: VoiceRegion - Specifies the region a :class:`Guild`'s voice server belongs to. + Specifies the region a voice server belongs to. .. attribute:: us_west |