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:
parent
3e4160f692
commit
4197ba3487
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ def currently_logged_in(thing):
|
||||||
return user
|
return user
|
||||||
|
|
||||||
|
|
||||||
async def start_telegram(bot, update, arguments):
|
async def start_telegram(bot, update, _):
|
||||||
# Set status to typing
|
# Set status to typing
|
||||||
await update.message.chat.set_chat_action(bot, "typing")
|
await update.message.chat.set_chat_action(bot, "typing")
|
||||||
user = currently_logged_in(update)
|
user = currently_logged_in(update)
|
||||||
|
|
Loading…
Reference in a new issue