lvsp: add CHANNEL_REQ.token

This commit is contained in:
Luna 2019-03-06 00:44:16 -03:00
parent a846c57ae8
commit b8f5e01106
1 changed files with 2 additions and 1 deletions

View File

@ -186,6 +186,7 @@ Sent by the Server to signal the successful creation of a voice channel.
| --: | :-- | :-- | | --: | :-- | :-- |
| channel\_id | snowflake | channel id | | channel\_id | snowflake | channel id |
| guild\_id | Optional[snowflake] | guild id, not provided if dm / group dm | | guild\_id | Optional[snowflake] | guild id, not provided if dm / group dm |
| token | string | authentication token |
### CHANNEL\_UPDATE ### CHANNEL\_UPDATE
@ -199,7 +200,7 @@ Same data as CHANNEL\_REQ.
Sent by the client to signal the destruction of a voice channel. Be it Sent by the client to signal the destruction of a voice channel. Be it
a channel being deleted, or all members in it leaving. a channel being deleted, or all members in it leaving.
Same data as CHANNEL\_ASSIGN. Same data as CHANNEL\_ASSIGN, but without `token`.
## Common logic scenarios ## Common logic scenarios