mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Fix #1281
This commit is contained in:
@@ -18,6 +18,7 @@ class VoiceChannel extends GuildChannel {
|
||||
}
|
||||
|
||||
_patch(data) {
|
||||
super._patch(data);
|
||||
/**
|
||||
* The bitrate of this voice channel
|
||||
* @type {number}
|
||||
|
||||
Reference in New Issue
Block a user