Browse Source
Update documentation for on_voice_state_update
The event also gets triggered by stage channels.
pull/7010/head
xPolar
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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. |
|
|
|
|
|
|
|