diff --git a/aiogram/dispatcher/dispatcher.py b/aiogram/dispatcher/dispatcher.py index 5aff6a01..b478f525 100644 --- a/aiogram/dispatcher/dispatcher.py +++ b/aiogram/dispatcher/dispatcher.py @@ -168,6 +168,7 @@ class Dispatcher(Router): **self.workflow_data, **kwargs, "bot": bot, + "dispatcher": self, }, ) handled = response is not UNHANDLED @@ -584,7 +585,6 @@ class Dispatcher(Router): ) workflow_data = { - "dispatcher": self, "bots": bots, **self.workflow_data, **kwargs,