Улучшение навигации и директорий

This commit is contained in:
sergey
2025-02-11 02:56:46 +07:00
parent 77b87088dc
commit 69b51ab5e8
7 changed files with 3 additions and 3 deletions

View File

@@ -31,8 +31,8 @@ class BotVariables:
prefixs = ('$', '!', '.', '%', '&', ':', '|', '+', '-', '/', '~', '?')
# Загружаем переменные из файла .env
load_dotenv(".env")
# Загружаем переменные из файла ProjectsFile/.env
load_dotenv("ProjectsFile/.env")
bot_token = getenv("BOT_TOKEN")
bot1_token = getenv("BOT1_TOKEN")