Skip to content

Commit

Permalink
Update pm_filter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisshubot authored Dec 19, 2024
1 parent 01eb622 commit 5eef333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pm_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def group_search(client, message):
# ifJoinedFsub = await is_user_fsub(client,message)
#if ifJoinedFsub == False:
# return
if message.chat.id == SUPPORT_GROUP :
if message.chat.id == SUPPORT_GROUP :
if message.text.startswith("/"):
return
files, n_offset, total = await get_search_results(message.text, offset=0)
Expand Down

0 comments on commit 5eef333

Please sign in to comment.