dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
683 stars 162 forks source link

on_member_join not working #301

Closed Arezium closed 2 years ago

Arezium commented 2 years ago

Summary

on_member_join not logging whenever someone joins a server

Reproduction Steps

By making an on_member_join event

Code

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

Expected Results

Whenever someone joins a server, it prints their username and tag

Actual Results

Nothing happens

System Information

Checklist

Additional Information

No response