Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
xAmarnath committed May 4, 2024
1 parent 9496e21 commit 3053f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/purge.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async def can_purge(chat, user):
return False


@new_cmd
@new_cmd(pattern='purge$')
async def purge(event):
if not event.is_group:
return
Expand Down

0 comments on commit 3053f43

Please sign in to comment.