mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23: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
|
||||
* @type {?VoiceChannel|StageChannel}
|
||||
* @type {?(VoiceChannel|StageChannel)}
|
||||
* @readonly
|
||||
*/
|
||||
get channel() {
|
||||
|
||||
Reference in New Issue
Block a user