Fix dispatcher doc

This commit is contained in:
Schuyler Cebulskie
2016-11-23 02:51:10 -05:00
parent c4b2077666
commit 32879419e2

View File

@@ -10,9 +10,7 @@ nonce.fill(0);
* // obtained using:
* voiceChannel.join().then(connection => {
* // you can play a file or a stream here:
* connection.playFile('./file.mp3').then(dispatcher => {
*
* });
* const dispatcher = connection.playFile('./file.mp3');
* });
* ```
* @extends {EventEmitter}