my code is
@bot.command()
async def on_message(message):
if 'Congratulations' in message.content:
await message.delete(message)
await bot.process_commands(message)
However whenever I type Congratulations the message wont get deleted