Skip to content

Commit

Permalink
Update managers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpq authored Oct 30, 2023
1 parent f3f861f commit b8658f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repthon/core/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async def edit_delete(event, text, time=None, parse_mode=None, link_preview=None
)
)
else:
zedevent = await event.edit(
repevent = await event.edit(
text, link_preview=link_preview, parse_mode=parse_mode
)
await asyncio.sleep(time)
Expand Down

0 comments on commit b8658f2

Please sign in to comment.