You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please don't delete the issue template. It is there for a reason.
For further help specific to using this library, you should join either the official discord.py server or the Discord API server, as the README recommends.
Hello there!
I have been using discord.py for a while, but now I'm having problems with on_member_join with the new intents
`import discord
from discord.ext import commands
from discord.utils import get
intents = discord.Intents.default()
intents.all = True
@client.event
async def on_member_join(members):
`
Before the update it worked properly, but now with intents I can't make it works
The text was updated successfully, but these errors were encountered: