aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxPolar <[email protected]>2021-06-02 01:03:53 -0700
committerGitHub <[email protected]>2021-06-02 04:03:53 -0400
commit2f0a2b244e85097b9c7c090d3918058fd4488417 (patch)
treebaa41ee4f821fa4d75fa955f592f9c76c41d15b5
parentAdd support for editing guild widgets (diff)
downloaddiscord.py-2f0a2b244e85097b9c7c090d3918058fd4488417.tar.xz
discord.py-2f0a2b244e85097b9c7c090d3918058fd4488417.zip
Update documentation for on_voice_state_update
The event also gets triggered by stage channels.
-rw-r--r--docs/api.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api.rst b/docs/api.rst
index ff6b1375..eb72d76e 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -821,8 +821,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 channel.
- - A member leaves a voice channel.
+ - A member joins a voice or stage channel.
+ - A member leaves a voice or stage channel.
- A member is muted or deafened by their own accord.
- A member is muted or deafened by a guild administrator.