#MemberAdd not working
1 messages · Page 1 of 1 (latest)
Hey! Once your issue is solved, press the button below to close this thread!
your function name should be on_member_add or your listen should have event_name="on_member_add as an arg
Thanks, I tried this, but it's not working.
@bot.listen()
async def on_member_add(event: MemberAdd):
member = event.member
print(member)
did you enable the intents needed
Thanks, it worked.