mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
Fix dispatcher doc
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user