1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Removed unused argument

This commit is contained in:
Steffo 2017-03-29 09:15:38 +02:00
parent 3e4160f692
commit 4197ba3487

View file

@ -31,7 +31,7 @@ def currently_logged_in(thing):
return user
async def start_telegram(bot, update, arguments):
async def start_telegram(bot, update, _):
# Set status to typing
await update.message.chat.set_chat_action(bot, "typing")
user = currently_logged_in(update)