UNPKG

discord.js-self

Version:

A fork of discord.js with support of user accounts

7 lines (5 loc) 181 B
'use strict'; module.exports = (client, packet) => { client.emit('debug', `[VOICE] received voice server: ${JSON.stringify(packet)}`); client.voice.onVoiceServer(packet.d); };