mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-16 11:28:18 +00:00
Volume stuff docs fixes (#1354)
* Volume stuff docs fixes * 10/10 for spelling
This commit is contained in:
@@ -13,7 +13,7 @@ const ffmpegArguments = [
|
||||
|
||||
/**
|
||||
* A voice broadcast can be played across multiple voice connections for improved shared-stream efficiency.
|
||||
* @extends {EventEmitter}
|
||||
* @implements {VolumeInterface}
|
||||
*/
|
||||
class VoiceBroadcast extends VolumeInterface {
|
||||
constructor(client) {
|
||||
|
||||
Reference in New Issue
Block a user