Hi, I have a problem with my code, this code does not display anything in my terminal when a new player arrives (if you can help me by fixing it quickly, it will help me a lot):
I spent my day on the documentation only on this small problem...
async def on_member_add(event: interactions.events.MemberAdd):
print(f"new player is added : {event.member.global_name}")```