Remove useless attribute

This commit is contained in:
Dan 2018-05-01 11:52:14 +02:00
parent 11aa46665e
commit 943691fd18

View File

@ -205,7 +205,6 @@ class Client:
self.download_workers_list = [] self.download_workers_list = []
self.dispatcher = Dispatcher(self, workers) self.dispatcher = Dispatcher(self, workers)
self.update_handler = None
def on_message(self, filters=None, group: int = 0): def on_message(self, filters=None, group: int = 0):
"""Use this decorator to automatically register a function for handling """Use this decorator to automatically register a function for handling