mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
docs(VoiceState): channel can be null (#5872)
The docs does not show that VoiceState#channel can be null  This should fix the issue
This commit is contained in:
@@ -93,7 +93,7 @@ class VoiceState extends Base {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The channel that the member is connected to
|
* The channel that the member is connected to
|
||||||
* @type {?VoiceChannel|StageChannel}
|
* @type {?(VoiceChannel|StageChannel)}
|
||||||
* @readonly
|
* @readonly
|
||||||
*/
|
*/
|
||||||
get channel() {
|
get channel() {
|
||||||
|
|||||||
Reference in New Issue
Block a user