From 647d5c028c63bbe4036519a0d18aac809ebcdb19 Mon Sep 17 00:00:00 2001 From: sid <25916907+git-sid@users.noreply.github.com> Date: Sat, 4 May 2019 10:22:03 +0200 Subject: [PATCH] Update active_bots/telegrambot.py Co-Authored-By: b3yond --- active_bots/telegrambot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/active_bots/telegrambot.py b/active_bots/telegrambot.py index a1aa9ef..20c663c 100644 --- a/active_bots/telegrambot.py +++ b/active_bots/telegrambot.py @@ -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)