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