mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
Fix dispatcher doc
This commit is contained in:
parent
c4b2077666
commit
32879419e2
1 changed files with 1 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue