mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 01:01:30 +00:00
fix eslint
This commit is contained in:
parent
0a6d71d7e5
commit
fb1d0a3e74
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ const Prism = require('prism-media');
|
||||||
const StreamDispatcher = require('../dispatcher/StreamDispatcher');
|
const StreamDispatcher = require('../dispatcher/StreamDispatcher');
|
||||||
const Collection = require('../../../util/Collection');
|
const Collection = require('../../../util/Collection');
|
||||||
const OpusEncoders = require('../opus/OpusEngineList');
|
const OpusEncoders = require('../opus/OpusEngineList');
|
||||||
const VoiceBroadcast = require('../VoiceBroadcast');
|
|
||||||
|
|
||||||
const ffmpegArguments = [
|
const ffmpegArguments = [
|
||||||
'-analyzeduration', '0',
|
'-analyzeduration', '0',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue