This commit is contained in:
qvvonk 2025-09-25 14:31:24 +03:00
parent ab32296d07
commit 4118a30c15
No known key found for this signature in database
GPG key ID: 99A4D656B2EB3537

View file

@ -162,6 +162,7 @@ class Dispatcher(Router):
**self.workflow_data,
**kwargs,
"bot": bot,
"dispatcher": self,
},
)
handled = response is not UNHANDLED
@ -554,9 +555,7 @@ class Dispatcher(Router):
)
workflow_data = {
"dispatcher": self,
"bots": bots,
**self.workflow_data,
**kwargs,
}
if "bot" in workflow_data: