mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-16 11:28:18 +00:00
Document readonly and private properties (#1338)
This commit is contained in:
@@ -42,6 +42,7 @@ class VoiceBroadcast extends VolumeInterface {
|
||||
/**
|
||||
* An array of subscribed dispatchers
|
||||
* @type {StreamDispatcher[]}
|
||||
* @readonly
|
||||
*/
|
||||
get dispatchers() {
|
||||
let d = [];
|
||||
|
||||
Reference in New Issue
Block a user