소스 검색

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

master
TheBidouilleur 8 달 전
부모
커밋
eda61dc01f
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. +0
    -4
      bot.py

+ 0
- 4
bot.py 파일 보기

@@ -122,10 +122,6 @@ def main():
pass_job_queue=True, pass_job_queue=True,
pass_chat_data=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.start_polling()
updater.idle() updater.idle()


불러오는 중...
취소
저장