Skip to content

Commit

Permalink
oops typo
Browse files Browse the repository at this point in the history
  • Loading branch information
InukaAsith authored Jan 26, 2021
1 parent 4fe03d2 commit a25125e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion virtualuserbot/modules/pmpermit.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
f"`My Master {DEFAULTUSER} is Busy Right Now !` \n"
"**I Request You To Choose A Reason You Have Came For** 👀 \n\n"
f"**{CUSTOM_MIDDLE_PMP}**"
)if PM_ON_OFF != "DISABLE":
)
if PM_ON_OFF != "DISABLE":
@borg.on(events.NewMessage(outgoing=True))
async def auto_approve_for_out_going(event):
if event.fwd_from:
Expand Down

0 comments on commit a25125e

Please sign in to comment.