aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-04-25 23:24:13 -0400
committerRapptz <[email protected]>2019-04-25 23:24:13 -0400
commit439dd240567d50796ee15fb802be8f1e48a3a2e5 (patch)
treea716f528fbd482f813d51490a97c13acfdfa3910 /docs
parentUse a regular boolean instead of asyncio.Event for close status. (diff)
downloaddiscord.py-439dd240567d50796ee15fb802be8f1e48a3a2e5.tar.xz
discord.py-439dd240567d50796ee15fb802be8f1e48a3a2e5.zip
voice room → voice channel in event documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 7522f52d..09d4d0c6 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -531,8 +531,8 @@ to handle it, which defaults to print a traceback and ignoring the exception.
The following, but not limited to, examples illustrate when this event is called:
- - A member joins a voice room.
- - A member leaves a voice room.
+ - A member joins a voice channel.
+ - A member leaves a voice channel.
- A member is muted or deafened by their own accord.
- A member is muted or deafened by a guild administrator.