diff --git a/src/structures/VoiceState.js b/src/structures/VoiceState.js index 007373a67..7f20d3828 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() {