#MemberAdd not working

1 messages · Page 1 of 1 (latest)

somber storm
#

I am trying to send a message in a channel when someone joins the server. But the code does not seem to be working. Here is the initial part of the code:

@bot.listen()
async def on_member_join(event: MemberAdd):
    member = event.member
    print(member)

There is no error being shown.

unkempt orioleBOT
#

Hey! Once your issue is solved, press the button below to close this thread!

rich bison
somber storm
rich bison
#

did you enable the intents needed

somber storm