diff --git a/aiogram/dispatcher/dispatcher.py b/aiogram/dispatcher/dispatcher.py index eb2d55f2..2ae47407 100644 --- a/aiogram/dispatcher/dispatcher.py +++ b/aiogram/dispatcher/dispatcher.py @@ -516,7 +516,7 @@ class Dispatcher(Router): **self.workflow_data, **kwargs, } - await self.emit_startup(bot=bots[-1], **workflow_data) + await self.emit_startup(bots[-1], **workflow_data) loggers.dispatcher.info("Start polling") try: tasks: List[asyncio.Task[Any]] = [