finalised revive

This commit is contained in:
Amish Shah
2015-12-06 20:19:30 +00:00
parent d504406cfc
commit b59f2940e3
5 changed files with 13 additions and 8 deletions

View File

@@ -184,7 +184,7 @@ var InternalClient = (function () {
this.leaveVoiceChannel();
if (this.client.options.autoRevive && !forced) {
if (this.client.options.revive && !forced) {
this.setup();
this.login(this.email, this.password);
}