If I do something like if message.content.startswith(\'hello\'): it works fine. But I can\'t to find a way to make it work for pings. I tried bot ID and name. M
if message.content.startswith(\'hello\'):