mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Fixed bugs from PR
This commit is contained in:
@@ -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) { }) {
|
||||
|
||||
Reference in New Issue
Block a user