Skip to content

Commit

Permalink
Update events.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpq authored Nov 22, 2023
1 parent 48c6d3a commit 0d5d7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repthon/helpers/utils/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async def reply_id(event):
return reply_to_id


async def get_chatinfo(event, match, zedevent):
async def get_chatinfo(event, match, repevent):
if not match and event.reply_to_msg_id:
replied_msg = await event.get_reply_message()
if replied_msg.fwd_from and replied_msg.fwd_from.channel_id is not None:
Expand Down

0 comments on commit 0d5d7d0

Please sign in to comment.