mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix: remove some of event_handlers
This commit is contained in:
parent
aab1219c4c
commit
63f1628ff6
1 changed files with 0 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue