diff --git a/nazurin/dispatcher.py b/nazurin/dispatcher.py index 86b8805a..372f7b9b 100644 --- a/nazurin/dispatcher.py +++ b/nazurin/dispatcher.py @@ -42,7 +42,7 @@ def init(self): self.bot.init() self.message.register( self.update_collection, - F.text | F.photo, + F.entities | F.caption_entities, URLFilter(), )