Skip to content

Commit

Permalink
Alexa Music
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTeamAlexa authored Nov 30, 2023
1 parent 49b54b3 commit 77d13ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AlexaMusic/utils/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
from typing import Union, List
from pyrogram import filters

other_filters = filters.group & ~filters.edited & ~filters.via_bot & ~filters.forwarded
other_filters = filters.group & ~filters.via_bot & ~filters.forwarded
other_filters2 = (
filters.private & ~filters.edited & ~filters.via_bot & ~filters.forwarded
filters.private & ~filters.via_bot & ~filters.forwarded
)


Expand Down

0 comments on commit 77d13ed

Please sign in to comment.