i made this code to it DM people on join, but whenever someone joins, it does not send it.
@client.command()
async def on_member_join(member):
embed = discord.Embed(title="idk", description="idk", color=discord.Color.red())
await member.send(embed=embed)
print ("Working command.")