mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
oops!
This commit is contained in:
parent
32fc555dc6
commit
11cdc3e6fe
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue