mirror of https://github.com/coddrago/Heroku
Update dispatcher.py
parent
90d8d611dd
commit
36d2c01727
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue