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