mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +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:
|
* // obtained using:
|
||||||
* voiceChannel.join().then(connection => {
|
* voiceChannel.join().then(connection => {
|
||||||
* // you can play a file or a stream here:
|
* // you can play a file or a stream here:
|
||||||
* connection.playFile('./file.mp3').then(dispatcher => {
|
* const dispatcher = connection.playFile('./file.mp3');
|
||||||
*
|
|
||||||
* });
|
|
||||||
* });
|
* });
|
||||||
* ```
|
* ```
|
||||||
* @extends {EventEmitter}
|
* @extends {EventEmitter}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue