mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
errory voice
This commit is contained in:
13
src/client/voice/pcm/ConverterEngine.js
Normal file
13
src/client/voice/pcm/ConverterEngine.js
Normal file
@@ -0,0 +1,13 @@
|
||||
class ConverterEngine {
|
||||
|
||||
constructor(player) {
|
||||
this.player = player;
|
||||
}
|
||||
|
||||
createConvertStream() {
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
module.exports = ConverterEngine;
|
||||
Reference in New Issue
Block a user