mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
docs(VoiceChannel): annotate that it is implementing TextBasedChannel (#8007)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user