Skip to content

Commit

Permalink
Added Exclusive Features 😎
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnoAyanOfficial committed Jun 12, 2020
1 parent c941765 commit dee7c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/plugins/autoname.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

DEL_TIME_OUT = 60

@borg.on(admin_cmd(pattern="anun")) # pylint:disable=E0602
@borg.on(admin_cmd(pattern="autoname")) # pylint:disable=E0602
async def _(event):
if event.fwd_from:
return
Expand Down

0 comments on commit dee7c02

Please sign in to comment.