Update dispatcher.py

pull/5/head
Who? 2024-10-23 19:54:44 +07:00 committed by GitHub
parent 90d8d611dd
commit 36d2c01727
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -403,12 +403,6 @@ class CommandDispatcher:
return False return False
break break
if (
message.is_channel
and message.is_group
and message.chat.title != "hikka-logs"
):
if not watcher: if not watcher:
logger.warning("Ignoring message in datachat \\ logging chat") logger.warning("Ignoring message in datachat \\ logging chat")
return False return False