fix(Voice): Networking is undefined
This commit is contained in:
parent
0d8ac2a57c
commit
3afe2f304e
@ -152,7 +152,8 @@ __export(src_exports, {
|
||||
getVoiceConnection: () => getVoiceConnection,
|
||||
getVoiceConnections: () => getVoiceConnections,
|
||||
joinVoiceChannel: () => joinVoiceChannel,
|
||||
validateDiscordOpusHead: () => validateDiscordOpusHead
|
||||
validateDiscordOpusHead: () => validateDiscordOpusHead,
|
||||
Networking: () => Networking
|
||||
});
|
||||
module.exports = __toCommonJS(src_exports);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user