Update active_bots/telegrambot.py

Co-Authored-By: b3yond <b3yond@riseup.net>
stable3
sid 2019-05-04 10:22:03 +02:00 committed by GitHub
parent 7a7e8f0a30
commit d1b11fe932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class TelegramBot(Bot):
tb.send_message(
update.message.sender.id,
"Sending Photos is not supported for privacy reasons. Can "
"you describe it in a report instead?")
"you describe it as text instead?")
continue
if update.message.text.lower() == "/start":
user.add_telegram_subscribers(update.message.sender.id)