Skip to content

Commit

Permalink
🔖 Update to v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Jun 7, 2022
1 parent 654c5f5 commit 4401568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pagermaid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pyrogram import Client
import sys

pgm_version = "1.0.6"
pgm_version = "1.0.7"
CMD_LIST = {}
module_dir = __path__[0]
working_dir = getcwd()
Expand Down
2 changes: 1 addition & 1 deletion pagermaid/listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def listener(**args):
if outgoing and not incoming:
base_filters = filters.me & ~filters.via_bot & ~filters.forwarded
elif incoming and not outgoing:
base_filters = filters.incoming
base_filters = filters.incoming & ~filters.me
else:
base_filters = filters.all
permission_name = get_permission_name(is_plugin, need_admin, command)
Expand Down

0 comments on commit 4401568

Please sign in to comment.