📅  最后修改于: 2022-03-11 15:02:20.800000             🧑  作者: Mango
client.on('guildMemberRemove', (guildMemberRemove) => {
//Your code
});
//Note, you have to define client.
//Its best to run these events through something called a "event handler"