@@ -1,7 +1,9 @@
import asyncio
from bot import dp, router, bot
from database import init_db
async def main():
await init_db()
dp.include_router(router) # Подключение роутера
await dp.start_polling(bot) # Запуск поллинга
The note is not visible to the blocked user.