Skip to content

Commit

Permalink
Merge pull request TamilanBotsZ#10 from VoiceOfSha/patch-5
Browse files Browse the repository at this point in the history
Update pm_filter.py
  • Loading branch information
TamilanBotsZ authored Feb 7, 2023
2 parents 07d21fc + b8dcbd0 commit 58a79d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pm_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ async def auto_filter(client, msg, spoll=False):
await fek.delete()
else:
fuk = await message.reply_text(cap, reply_markup=InlineKeyboardMarkup(btn))
if SELF_DELETE:
if AUTO_DELETE:
await asyncio.sleep(AUTO_DELETE_SECONDS)
await fuk.delete()

Expand Down

0 comments on commit 58a79d9

Please sign in to comment.