Fix VC docs

This commit is contained in:
Amish Shah
2016-09-03 23:11:50 +01:00
parent efd1d0c738
commit a3b9b0f1b4
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -12,6 +12,7 @@ const DefaultPlayer = require('./player/DefaultPlayer');
* voiceChannel.join().then(connection => {
*
* });
* ```
* @extends {EventEmitter}
*/
class VoiceConnection extends EventEmitter {