I am creating the bot for my Discord server.
I have the new user's channel on my server. When a new user joins, I want to send the welcome message to this channel. But, I don't know how can I access the new users' channels.
@bot.event
async def on_member_join(member):
What I should do here?