mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 12:24:51 +00:00
Fix
This commit is contained in:
parent
85d0a1d4ae
commit
c50dbb757a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
from pyrogram import filters
|
from pyrogram import filters
|
||||||
|
|
||||||
|
|
||||||
def pesanedit(_, __, m: Message):
|
def pesanedit(_, __, m):
|
||||||
return bool(m.edit_date)
|
return bool(m.edit_date)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue