i am trying to make it say the name of the user that did ~milk, it only produces the error when you type in discord ~milk here is the code that produces the error:
async def on_message(message):
if message.author == client.user:
return
if message.content.startswith('~milk'):
await message.channel.send(message.author, 'is blessed by the Baltic Gods of Dairy')