From 11cdc3e6fe0419c23641e2af397ac83f0cae7d36 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 27 Mar 2017 12:55:37 +0200 Subject: [PATCH] oops! --- grandbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grandbot.py b/grandbot.py index 5f4a886c..b2d82e87 100644 --- a/grandbot.py +++ b/grandbot.py @@ -33,7 +33,7 @@ def currently_logged_in(thing): async def start_telegram(bot, update, arguments): # Set status to typing - await update.message.chat.set_chat_action("typing") + await update.message.chat.set_chat_action(bot, "typing") user = currently_logged_in(update) if user is None: await update.message.reply(bot, f"Ciao!\n_Non hai eseguito l'accesso al RYGdb._", parse_mode="Markdown")