TheShyPeridot
DIAdiscord.js - Imagine an app
•Created by TheShyPeridot on 7/27/2023 in #djs-questions
I have a issue where if my bot is turned off and back on it isnt catching who is leaving at all
client.on('guildMemberRemove', member => {
client.channels.cache.get('1133203797771046912').send(
**${member.user.tag}**, Has Left ${member.guild.name}
);
});6 replies