This commit is contained in:
RootShinobi 2026-04-04 13:41:26 +00:00 committed by GitHub
commit d631f66b3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,