From 36d2c01727744d08c481d1d14159bbf18fe09279 Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:54:44 +0700 Subject: [PATCH] Update dispatcher.py --- hikka/dispatcher.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hikka/dispatcher.py b/hikka/dispatcher.py index 37ec5d8..85930fe 100644 --- a/hikka/dispatcher.py +++ b/hikka/dispatcher.py @@ -403,12 +403,6 @@ class CommandDispatcher: return False break - - if ( - message.is_channel - and message.is_group - and message.chat.title != "hikka-logs" - ): if not watcher: logger.warning("Ignoring message in datachat \\ logging chat") return False