Improve docs

This commit is contained in:
Crawl
2017-04-24 16:29:29 +02:00
parent 401822a094
commit 53eda09f72
16 changed files with 34 additions and 25 deletions

View File

@@ -9,9 +9,9 @@ nonce.fill(0);
/**
* The class that sends voice packet data to the voice connection.
* ```js
* // obtained using:
* // Obtained using:
* voiceChannel.join().then(connection => {
* // you can play a file or a stream here:
* // You can play a file or a stream here:
* const dispatcher = connection.playFile('./file.mp3');
* });
* ```