mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
Volume stuff docs fixes (#1354)
* Volume stuff docs fixes * 10/10 for spelling
This commit is contained in:
@@ -15,7 +15,7 @@ nonce.fill(0);
|
||||
* const dispatcher = connection.playFile('./file.mp3');
|
||||
* });
|
||||
* ```
|
||||
* @extends {EventEmitter}
|
||||
* @implements {VolumeInterface}
|
||||
*/
|
||||
class StreamDispatcher extends VolumeInterface {
|
||||
constructor(player, stream, streamOptions) {
|
||||
|
||||
Reference in New Issue
Block a user