client.on('guildMemberRemove', (guildMemberRemove) => {
//Your code
});
//Note, you have to define client.
//Its best to run these events through something called a "event handler"
client.on('guildMemberRemove', (guildMemberRemove) => {
//Your code
});
//Note, you have to define client.
//Its best to run these events through something called a "event handler"