docs(VoiceState): channel can be null (#5872)

The docs does not show that VoiceState#channel can be null
![Docs Image](https://i.imgur.com/fLqRBqm.png)
This should fix the issue
This commit is contained in:
Brage
2021-06-18 17:37:57 +02:00
committed by GitHub
parent e3ed74a5e8
commit 807ea2d3c1

View File

@@ -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() {