Skip to content

Commit

Permalink
FIx
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirarism committed Aug 10, 2024
1 parent 82f9313 commit 3a689eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misskaty/plugins/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ async def del_filter(_, m):


@app.on_message(
filters.text & ~filters.private & ~filters.via_bot & ~filters.forwarded,
filters.text & ~filters.private & ~filters.channel & ~filters.via_bot & ~filters.forwarded,
group=103,
)
async def filters_re(self, message):
Expand Down

0 comments on commit 3a689eb

Please sign in to comment.