From 5c5f4bd41bf9bf91a0c530ec64eceefe77e62d29 Mon Sep 17 00:00:00 2001 From: Vladless Date: Tue, 22 Oct 2024 02:06:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D1=81=D0=BD=D0=BE=D0=B2=D0=BD=D0=BE?= =?UTF-8?q?=D0=B9=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=20=D0=B2=20=D0=BE=D1=82?= =?UTF-8?q?=D0=B4=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE=D0=BC=20=D1=84=D0=B0=D0=B9?= =?UTF-8?q?=D0=BB=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handlers/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/start.py b/handlers/start.py index 25b822e7..f1c9ce94 100644 --- a/handlers/start.py +++ b/handlers/start.py @@ -5,7 +5,7 @@ from aiogram.filters import Command from aiogram.fsm.state import State, StatesGroup from aiogram.types import (BufferedInputFile, CallbackQuery, InlineKeyboardButton, InlineKeyboardMarkup, Message) -from texts import ABOUT_VPN, WELCOME_TEXT +from handlers.texts import ABOUT_VPN, WELCOME_TEXT from bot import bot from config import CHANNEL_URL, SUPPORT_CHAT_URL