-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Ensure channel has id attribute:
| return message.chat.id in DatabaseCache.channels |
Logs:
^^^^^^^^^^^^
File
"/usr/local/lib/python3.11/site-packages/p
yrogram/handlers/deleted_messages_handler.
py", line 58, in check
if await super().check(client,
message):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^
File
"/usr/local/lib/python3.11/site-packages/p
yrogram/handlers/handler.py", line 35, in
check
return await self.filters(client,
update)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^
File
"/bot/Logram/bot/helpers/pyrofilters/chann
el_in_db.py", line 14, in func
return message.chat.id in
DatabaseCache.channels
^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no
attribute 'id'Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working