From 807ea2d3c197c7c6556bd1c894114932f6657d49 Mon Sep 17 00:00:00 2001 From: Brage <37003366+hellobafu@users.noreply.github.com> Date: Fri, 18 Jun 2021 17:37:57 +0200 Subject: [PATCH] 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 --- src/structures/VoiceState.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/VoiceState.js b/src/structures/VoiceState.js index 007373a67fb6..7f20d3828964 100644 --- a/src/structures/VoiceState.js +++ b/src/structures/VoiceState.js @@ -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() {