invalid syntax
there is invalid syntax in this code
" client.on('guildMemberAdd', member => { "
Voters
19ecal (229)
Yes this is because you are trying to run Javascript code as if it is Python
Put it in a JS repl and then it might have a chance of working
don't use js code in python repl.