From 0d5d7d0e493ddbc135f63268c7aaebe187c93b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=B1=D9=88=D8=AC=D8=B1?= <104784913+rogerpq@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:23:00 +0300 Subject: [PATCH] Update events.py --- repthon/helpers/utils/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repthon/helpers/utils/events.py b/repthon/helpers/utils/events.py index d613770..c0830af 100644 --- a/repthon/helpers/utils/events.py +++ b/repthon/helpers/utils/events.py @@ -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: