mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-03 07:45:14 +00:00
Remove useless attribute
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user