mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +00:00
Remove useless attribute
This commit is contained in:
parent
11aa46665e
commit
943691fd18
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue