mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +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
|
||||||
@@ -34,6 +34,7 @@ Contents:
|
|||||||
docs_serverchannel
|
docs_serverchannel
|
||||||
docs_textchannel
|
docs_textchannel
|
||||||
docs_voicechannel
|
docs_voicechannel
|
||||||
|
docs_voiceconnection
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
.. _PermissionOverwrite : ./docs_permissionoverwrite.html
|
.. _PermissionOverwrite : ./docs_permissionoverwrite.html
|
||||||
.. _Permission Constants : ./docs_permissionconstants.html
|
.. _Permission Constants : ./docs_permissionconstants.html
|
||||||
.. _Resolvables : ./docs_resolvables.html
|
.. _Resolvables : ./docs_resolvables.html
|
||||||
|
.. _VoiceConnection : ./docs_voiceconnection.html
|
||||||
.. _Promises : https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise
|
.. _Promises : https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise
|
||||||
.. _EventEmitter : https://nodejs.org/api/events.html#events_class_events_eventemitter
|
.. _EventEmitter : https://nodejs.org/api/events.html#events_class_events_eventemitter
|
||||||
.. _Channel Resolvable : http://discordjs.readthedocs.org/en/rewrite-docs/docs_resolvables.html#channel-resolvable
|
.. _Channel Resolvable : http://discordjs.readthedocs.org/en/rewrite-docs/docs_resolvables.html#channel-resolvable
|
||||||
|
|||||||
Reference in New Issue
Block a user