fix: remove some of event_handlers

This commit is contained in:
Egor 2020-06-14 17:18:09 +05:00
parent aab1219c4c
commit 63f1628ff6

View file

@ -172,10 +172,7 @@ class Dispatcher(DataMixin, ContextInstanceMixin):
self.channel_post_handlers,
self.edited_channel_post_handlers,
self.callback_query_handlers,
self.poll_handlers,
self.inline_query_handlers,
])
def __del__(self):
self.stop_polling()