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