@client.event async def on_message(message): message.content = message.content.lower() await client.process_commands(message)