mirror of
https://github.com/danbulant/discord.js
synced 2026-06-15 20:51:15 +00:00
Voice attribute documentation
This commit is contained in:
parent
2732cbb402
commit
5a5316dc66
1 changed files with 31 additions and 1 deletions
|
|
@ -22,4 +22,34 @@ client
|
|||
|
||||
Client_ the connection belongs to
|
||||
|
||||
more docs coming soon :O
|
||||
token
|
||||
~~~~~
|
||||
|
||||
The token used to authenticate with Discord
|
||||
|
||||
server
|
||||
~~~~~~
|
||||
|
||||
The Server_ on which the voice connection takes place
|
||||
|
||||
encoder
|
||||
~~~~~~~
|
||||
|
||||
The AudioEncoder_ used to encode data in this particular session
|
||||
|
||||
playingIntent
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
A StreamIntent_ used to bind events to the voice connection
|
||||
|
||||
playing
|
||||
~~~~~~~
|
||||
|
||||
Whether or not the bot is currently playing something
|
||||
|
||||
streamTime
|
||||
~~~~~~~~~~
|
||||
|
||||
The amount of time the current track has been playing for, in milliseconds
|
||||
|
||||
more docs coming soon :O
|
||||
|
|
|
|||
Loading…
Reference in a new issue