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