UNPKG

discord.js

Version:

A powerful library for interacting with the Discord API

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); };