mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
Added voiceConnection
This commit is contained in:
27
docs/docs_voiceconnection.rst
Normal file
27
docs/docs_voiceconnection.rst
Normal file
@@ -0,0 +1,27 @@
|
||||
.. include:: ./vars.rst
|
||||
|
||||
VoiceConnection
|
||||
===============
|
||||
|
||||
**Warning! Still experimental!**
|
||||
|
||||
As of discord.js v5.0.0, voice support has been added. This means you can stream audio but not yet receive.
|
||||
|
||||
---------
|
||||
|
||||
Attributes
|
||||
----------
|
||||
|
||||
---------
|
||||
|
||||
voiceChannel
|
||||
------------
|
||||
|
||||
VoiceChannel_ that the connection is for
|
||||
|
||||
client
|
||||
------
|
||||
|
||||
Client_ the connection belongs to
|
||||
|
||||
more docs coming soon :O
|
||||
Reference in New Issue
Block a user