mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
Add arrow-parens eslint rule & fix inconsistencies
This commit is contained in:
@@ -301,7 +301,7 @@ class VoiceBroadcast extends VolumeInterface {
|
||||
|
||||
let packetMatrix = {};
|
||||
|
||||
const getOpusPacket = (volume) => {
|
||||
const getOpusPacket = volume => {
|
||||
if (packetMatrix[volume]) return packetMatrix[volume];
|
||||
|
||||
const opusEncoder = this._encoders.get(volume);
|
||||
|
||||
Reference in New Issue
Block a user