Skip to content

Commit

Permalink
this should probably fix SpEcHiDe#129 🤔😑
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe authored Oct 2, 2020
1 parent 20b0ef4 commit f1ed26e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions tobrot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,12 @@
)
app.add_handler(eval_message_handler)

#
# MEMEs COMMANDs
upload_document_handler = MessageHandler(
upload_document_f,
filters=filters.command([Commandi.UPLOAD]) & filters.chat(chats=AUTH_CHANNEL)
)
app.add_handler(upload_document_handler)
# MEMEs COMMANDs
upload_document_handler = MessageHandler(
upload_document_f,
filters=filters.command([Commandi.UPLOAD]) & filters.chat(chats=AUTH_CHANNEL)
)
app.add_handler(upload_document_handler)

# HELP command
help_text_handler = MessageHandler(
Expand Down

0 comments on commit f1ed26e

Please sign in to comment.