From 5987dbe5cff6991ae6905b0387411fa042d3e9b7 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Sun, 5 Jun 2022 18:30:14 +0200 Subject: [PATCH] docs(VoiceChannel): annotate that it is implementing TextBasedChannel (#8007) --- packages/discord.js/src/structures/VoiceChannel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/discord.js/src/structures/VoiceChannel.js b/packages/discord.js/src/structures/VoiceChannel.js index 763eeb24f..f8220d446 100644 --- a/packages/discord.js/src/structures/VoiceChannel.js +++ b/packages/discord.js/src/structures/VoiceChannel.js @@ -8,6 +8,7 @@ const MessageManager = require('../managers/MessageManager'); /** * Represents a guild voice channel on Discord. * @extends {BaseGuildVoiceChannel} + * @implements {TextBasedChannel} */ class VoiceChannel extends BaseGuildVoiceChannel { constructor(guild, data, client) {