This commit is contained in:
Jean Ouina 2021-03-09 20:00:34 +01:00
parent d6ff8c90ab
commit 0f94f85df0
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
const VoiceEngine = require('./discord_voice.node');
const ChildProcess = require('child_process');
const VoiceEngine = require('./discord_voice_'+process.platform+'.node');
const fs = require('fs');
const path = require('path');
const yargs = require('yargs');