How do i get the bot to send a message if a word inside of the sentence triggers it? Similar to @client.event async def on_message(message) if message.content == "MESSAGE": await message.channel.send("MESSAGE")
I basically want it to recognize something like Quack comes from a duck **BOT**:
Triggers the word duck.