mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
Added user.voiceChannel to see where a user is speaking
Returns null if they aren't speaking, otherwise this is a VoiceChannel object.
This commit is contained in:
@@ -64,6 +64,11 @@ avatarURL
|
||||
|
||||
A valid URL to the user's avatar if they have one, otherwise null.
|
||||
|
||||
voiceChannel
|
||||
~~~~~~~~~~~~
|
||||
|
||||
The VoiceChannel_ the user is connected to. If they aren't in any voice channels, this will be ``null``.
|
||||
|
||||
Functions
|
||||
---------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user