Browse Source

Suppression de la commande "Login" -> inutile avec initialisation

master
TheBidouilleur 8 months ago
parent
commit
eda61dc01f
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      bot.py

+ 0
- 4
bot.py View File

@@ -122,10 +122,6 @@ def main():
pass_job_queue=True,
pass_chat_data=True))
dp.add_handler(CommandHandler("login", login_beta,
pass_args=True,
pass_job_queue=True,
pass_chat_data=True))

updater.start_polling()
updater.idle()


Loading…
Cancel
Save