mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
Added a voiceSpeaking event, fired when a user in a voiceChannel starts or stops speaking. (#452)
* Added an event for the voice speaking packet. * Updated the docs to reflect the voiceSpeaking event addition. * Fixed some spacing issues in the VoiceConnection.js file. * Moved the speaking boolean to the User object.
This commit is contained in:
6
docs/docs_user.rst
Normal file → Executable file
6
docs/docs_user.rst
Normal file → Executable file
@@ -87,12 +87,16 @@ createdAt
|
||||
|
||||
A `Date` referring to when the user was created.
|
||||
|
||||
|
||||
note
|
||||
~~~~
|
||||
|
||||
The note of the user, `String`.
|
||||
|
||||
speaking
|
||||
~~~~~~~~
|
||||
|
||||
A boolean that represents whether or not the user is speaking in a voice channel, default is `false`.
|
||||
|
||||
Functions
|
||||
---------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user