Making a mention message for discord bot
@client.event
async def ze_message(msg):
bot = f'<@{client.user.id}>'
if message.content == bot:
await message.channel.send("If you need any help type .help")
and this is what it says
if message.content == bot:
IndentationError: unexpected indent`