UNPKG

discord.js-web-selfbot-v13

Version:

A unofficial discord.js fork for creating selfbots [Based on discord.js v13] Web supported (no vc)

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