From 210c60552f776fc8f0edb478601e2b55f75718d8 Mon Sep 17 00:00:00 2001 From: Redume Date: Thu, 15 May 2025 15:03:21 +0300 Subject: [PATCH] chore: fix import --- commands/start.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/commands/start.py b/commands/start.py index 2e944ac..e3cf190 100644 --- a/commands/start.py +++ b/commands/start.py @@ -1,6 +1,7 @@ -from aiogram import CommandStart, types, Router +from aiogram import types, Router +from aiogram.filters import CommandStart -from main import bot +from bot import bot router = Router()