diff --git a/aiogram/utils/executor.py b/aiogram/utils/executor.py index 9fa7121c..e0a4134f 100644 --- a/aiogram/utils/executor.py +++ b/aiogram/utils/executor.py @@ -294,4 +294,4 @@ class Executor: async def _startup_webhook(self): await self._welcome() if self.skip_updates: - self._skip_updates() + await self._skip_updates()