Answer the question
In order to leave comments, you need to log in
How to make the bot react to messages inside the text?
Hello, I ran into such a problem: I have a telegram bot that responds to messages and sends a text.
And it can only respond to a message with one given word, like
if message.text.lower() == "ясно":
await bot.send_message(message.chat.id, "погода ясная")
await bot.send_message(message.chat.id, "погода ясная")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question