Fix a bunch of capitalisation issues

This commit is contained in:
Schuyler Cebulskie
2016-12-15 20:10:38 -05:00
parent fbe1929bde
commit 361547a588
5 changed files with 6 additions and 6 deletions

View File

@@ -139,7 +139,7 @@ class PendingVoiceConnection extends EventEmitter {
/**
* An object containing data required to connect to the voice servers with
* @type {object}
* @type {Object}
*/
this.data = {};

View File

@@ -46,7 +46,7 @@ class VoiceConnection extends EventEmitter {
/**
* The authentication data needed to connect to the voice server
* @type {object}
* @type {Object}
* @private
*/
this.authentication = pendingConnection.data;
@@ -92,7 +92,7 @@ class VoiceConnection extends EventEmitter {
/**
* Object that wraps contains the `ws` and `udp` sockets of this voice connection
* @type {object}
* @type {Object}
* @private
*/
this.sockets = {};