I am trying to make a bot that welcomes people to the server that it\'s in and all of the code works except for the on_member_join event because it utilizes the new intents. I g
Try doing this?
intents = discord.Intents().all() client = commands.Bot(command_prefix=',', intents = intents)