mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-16 11:28:18 +00:00
Clean up a bunch of new voice stuff
This commit is contained in:
@@ -3,7 +3,6 @@ const ChildProcess = require('child_process');
|
||||
const EventEmitter = require('events').EventEmitter;
|
||||
|
||||
class PCMConversionProcess extends EventEmitter {
|
||||
|
||||
constructor(process) {
|
||||
super();
|
||||
this.process = process;
|
||||
|
||||
Reference in New Issue
Block a user