mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
backport: deleted property
This commit is contained in:
@@ -22,6 +22,7 @@ class GuildMemberRemoveAction extends Action {
|
||||
} else {
|
||||
member = this.deleted.get(guild.id + data.user.id) || null;
|
||||
}
|
||||
if (member) member.deleted = true;
|
||||
}
|
||||
return { guild, member };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user