mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
finalised revive
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user