Files
discord.js/docs/docs_voicechannel.rst
Amish Shah 9c0e20947c Added websocket voice state watching
Now emits voiceJoin(user, voice_channel) or voiceLeave(user, voice_channel) and adds/removes from voice_channel.speaking when a user joins or leaves a voice channel.
2015-12-26 15:38:53 +00:00

19 lines
320 B
ReStructuredText

.. include:: ./vars.rst
VoiceChannel
============
**extends** ServerChannel_
A voice channel of a server. Currently, the voice channel class has no differences to the ServerChannel class.
--------
Attributes
----------
speaking
~~~~~~~~
A Cache_ of User_s that are speaking in the voice channel