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

@@ -107,7 +107,7 @@ export default class InternalClient {
this.leaveVoiceChannel();
if(this.client.options.autoRevive && !forced){
if(this.client.options.revive && !forced){
this.setup();
this.login(this.email, this.password);
}