diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index c74ff2c8..621952f5 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -205,7 +205,6 @@ class Client: self.download_workers_list = [] self.dispatcher = Dispatcher(self, workers) - self.update_handler = None def on_message(self, filters=None, group: int = 0): """Use this decorator to automatically register a function for handling