forked from ticketfrei/ticketfrei
Update active_bots/telegrambot.py
Co-Authored-By: b3yond <b3yond@riseup.net>
This commit is contained in:
parent
3ddc3b35a3
commit
647d5c028c
|
|
@ -36,7 +36,7 @@ class TelegramBot(Bot):
|
||||||
tb.send_message(
|
tb.send_message(
|
||||||
update.message.sender.id,
|
update.message.sender.id,
|
||||||
"Sending Photos is not supported for privacy reasons. Can "
|
"Sending Photos is not supported for privacy reasons. Can "
|
||||||
"you describe it in a report instead?")
|
"you describe it as text instead?")
|
||||||
continue
|
continue
|
||||||
if update.message.text.lower() == "/start":
|
if update.message.text.lower() == "/start":
|
||||||
user.add_telegram_subscribers(update.message.sender.id)
|
user.add_telegram_subscribers(update.message.sender.id)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue