mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
voice: handle new client_connect and client_disconnect packets
This commit is contained in:
@@ -198,6 +198,8 @@ exports.VoiceOPCodes = {
|
||||
SESSION_DESCRIPTION: 4,
|
||||
SPEAKING: 5,
|
||||
HELLO: 8,
|
||||
CLIENT_CONNECT: 12,
|
||||
CLIENT_DISCONNECT: 13,
|
||||
};
|
||||
|
||||
exports.Events = {
|
||||
|
||||
Reference in New Issue
Block a user