mirror of
https://github.com/danbulant/discord.js
synced 2026-06-05 15:51:31 +00:00
don't require longjohn
This commit is contained in:
parent
5844bbb54c
commit
2b2bbb565d
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
const ConverterEngine = require('./ConverterEngine');
|
const ConverterEngine = require('./ConverterEngine');
|
||||||
const ChildProcess = require('child_process');
|
const ChildProcess = require('child_process');
|
||||||
const EventEmitter = require('events').EventEmitter;
|
const EventEmitter = require('events').EventEmitter
|
||||||
require('longjohn');
|
|
||||||
|
|
||||||
class PCMConversionProcess extends EventEmitter {
|
class PCMConversionProcess extends EventEmitter {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue