mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01: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