mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
Document readonly and private properties (#1338)
This commit is contained in:
@@ -53,6 +53,7 @@ class AudioPlayer extends EventEmitter {
|
||||
/**
|
||||
* The current dispatcher
|
||||
* @type {?StreamDispatcher}
|
||||
* @readonly
|
||||
*/
|
||||
get currentDispatcher() {
|
||||
return this.streams.size > 0 ? this.streams.last().dispatcher || null : null;
|
||||
|
||||
Reference in New Issue
Block a user