Fixed bugs from PR

This commit is contained in:
hydrabolt
2015-11-12 21:01:41 +00:00
parent 9b0f64c736
commit 00fd78f949
8 changed files with 55 additions and 45 deletions

View File

@@ -29,6 +29,10 @@ class Client extends EventEmitter {
get privateChannels(){
return this.internal.private_channels;
}
get voiceConnection(){
return this.internal.voiceConnection;
}
// def login
login(email, password, cb = function (err, token) { }) {