Skip to content

Commit

Permalink
Minor Fixes
Browse files Browse the repository at this point in the history
Signed-off-by: harshhaareddy <[email protected]>
  • Loading branch information
Harshhaa Reddy authored May 15, 2022
1 parent 8d9a5a9 commit aa8bb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/modules/torrent_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,5 +335,5 @@ def searchhelp(update, context):
sendMessage(help_string, context.bot, update)


SEARCHHELP_HANDLER = CommandHandler(BotCommands.TsHelpCommand, searchhelp, filters=(CustomFilters.authorized_chat | CustomFilters.authorized_user) & CustomFilters.mirror_owner_filter, run_async=True)
SEARCHHELP_HANDLER = CommandHandler(BotCommands.TsHelpCommand, searchhelp, filters=(CustomFilters.authorized_chat | CustomFilters.authorized_user), run_async=True)
dispatcher.add_handler(SEARCHHELP_HANDLER)

0 comments on commit aa8bb56

Please sign in to comment.