H
H
Hentai_Master2021-02-07 18:51:07
Telegram
Hentai_Master, 2021-02-07 18:51:07

Why is the photo not sent in the telegram bot?

@bot.message_handler(content_types=['text'])
def send_text(message):
if message.text.lower() == 'Hentai':
bot.send_photo(message.chat.id, (' https://4 .bp.blogspot.com/-3swYE12k-pE/VR_5OzkX74I... '))
elif message.text.lower() == 'Mom is nearby':
bot.send_photo(message.chat.id, (' https:// pbs.twimg.com/media/EhODS02WoAEsQZI.jpg '))

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2021-02-07
@morz45

if message.text. lower() == ' H entai':
....
elif message.text. lower() == ' Mom is near':
None of your ifs give True under any circumstances... See
what it does str.lower()
Replace 'Hentai' with 'hentai' and 'Mom near' with 'Mom near'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question