mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
Complete voice connection
This commit is contained in:
@@ -120,6 +120,15 @@ exports.OPCodes = {
|
||||
INVALID_SESSION: 9,
|
||||
};
|
||||
|
||||
exports.VoiceOPCodes = {
|
||||
IDENTIFY: 0,
|
||||
SELECT_PROTOCOL: 1,
|
||||
READY: 2,
|
||||
HEARTBEAT: 3,
|
||||
SESSION_DESCRIPTION: 4,
|
||||
SPEAKING: 5,
|
||||
};
|
||||
|
||||
exports.Events = {
|
||||
READY: 'ready',
|
||||
GUILD_CREATE: 'guildCreate',
|
||||
|
||||
Reference in New Issue
Block a user