From 19191ce2201aa27d28547eeb8cc86365d06258f2 Mon Sep 17 00:00:00 2001 From: blank X Date: Mon, 28 Sep 2020 19:37:17 +0700 Subject: [PATCH] fucking telegram why did you have to update shit --- acpbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acpbot.py b/acpbot.py index 3422d7b..cad5a0e 100644 --- a/acpbot.py +++ b/acpbot.py @@ -113,7 +113,7 @@ async def main(): @error_dec @client.on(events.NewMessage) async def handle_new_channel_message(e): - if e.from_id: + if e.from_id != 1087968824 or not getattr(e.fwd_from, 'channel_id', None): return chat_data = get_chat_data(e.chat_id) if not chat_data['enabled']: