#on_member_join
1 messages · Page 1 of 1 (latest)
What is the error
There is no error in the console
The problem is that the bot does not send a message when people log on to the server
How to fix it?
can you show how you define the bot and intents?
intents = discord.Intents.all()
intents.typing = True
intents.presences = True
intents.members = True
bot = commands.Bot(command_prefix='!', intents=intents)
Don't define intents multiple times