mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 09:13:22 +00:00
docs: fix streamdispatcher documentation (#2275)
* docs change
* fix streamdispatcher documentation
Signed-off-by: Michel Nguyen <modzongaming@gmail.com>
* fucks sake
Signed-off-by: Michel Nguyen <modzongaming@gmail.com>
* typings
Signed-off-by: Michel Nguyen <modzongaming@gmail.com>
* typings again 👀
Signed-off-by: Michel Nguyen <modzongaming@gmail.com>
This commit is contained in:
parent
83de7c0d4c
commit
edc4e2b751
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,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:
|
||||||
* const dispatcher = connection.playFile('./file.mp3');
|
* const dispatcher = connection.play('/home/hydrabolt/audio.mp3');
|
||||||
* });
|
* });
|
||||||
* ```
|
* ```
|
||||||
* @implements {VolumeInterface}
|
* @implements {VolumeInterface}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue