Files
discord.js/docs/docs_voicechannel.rst
Amish Shah a6a9f08565 Added user.voiceChannel to see where a user is speaking
Returns null if they aren't speaking, otherwise this is a VoiceChannel object.
2015-12-26 17:21:16 +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 Users_ that are speaking in the voice channel