Explorar el Código

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

master
TheBidouilleur hace 8 meses
padre
commit
eda61dc01f
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. +0
    -4
      bot.py

+ 0
- 4
bot.py Ver fichero

@@ -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()


Cargando…
Cancelar
Guardar