Add @extends to some classes

This commit is contained in:
Amish Shah
2017-10-29 17:43:22 +00:00
parent 1697b13f15
commit cf30b1ef08
3 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ const StreamDispatcher = require('./StreamDispatcher');
/**
* The class that sends voice packet data to the voice connection.
* @implements {VolumeInterface}
* @extends {StreamDispatcher}
*/
class BroadcastDispatcher extends StreamDispatcher {
constructor(player, options, streams) {