I'm using
@client.event
async def on_message(message):
to check for messages sent by users. I'm also using
@client.command(aliases=['a'])
async def a(ctx):
to check if a command is being run. when i leave the on message in, the command part won't run. what do i do.