Discord message detecting

I use for detecting specific words in discord
if message.content.startswith(‘word’):

this only works at the start of a sentance how can i make it find words alsoin the mid of an sentance?
I am a starter with the discord.py

can someone help me?

this is a python string method, you can find other string methods if you google for them

ohk i will search for them

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.