mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Merge 9315ab5961 into e4d3692ac2
This commit is contained in:
commit
d631f66b3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue