Discord.py on_member_join wont print
问题 @client.event async def on_member_join(member): print(member) role = discord.utils.get(member.guild.roles, name="☾│Unregister Of Hyperion") await member.add_roles(role) This is my code, it should print the users nick when it joins, but it doesn't. The bot gives the role but it doesnt print. The same code works on my other bot. I have no idea why it doesnt work in this. 回答1: In the new version of discord.py(1.5.x), there're some updates about Intents . Intents are similar to permissions, you