This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Cinabre
/
Telegram-Betaseries
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Suppression de la commande "Login" -> inutile avec initialisation
master
TheBidouilleur
8 months ago
parent
e4fd35991e
commit
eda61dc01f
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
Write
Preview
Loading…
Cancel
Save