Complete voice connection

This commit is contained in:
Amish Shah
2016-08-23 20:59:03 +01:00
parent f713f52841
commit e370ccf806
5 changed files with 97 additions and 4 deletions

View File

@@ -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',