From ff9fa39493d54450cc8cbd291ea3b5fad6358310 Mon Sep 17 00:00:00 2001 From: DerrtSML <93052047+DerrtSML@users.noreply.github.com> Date: Mon, 23 Jun 2025 18:19:10 +0300 Subject: [PATCH] Update bot.py --- bot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot.py b/bot.py index 514ec09..39bf538 100644 --- a/bot.py +++ b/bot.py @@ -231,9 +231,9 @@ async def send_directory_options(query, context): # ЗАМЕНИТЕ ЭТОТ СПИСОК СВОИМИ АКТУАЛЬНЫМИ ПУТЯМИ! available_paths = [ qb.app.default_save_path, # Дефолтный путь qBittorrent - "/downloads/movies", - "/downloads/series", - "/downloads/other", + "/share/Data/Films", + "/share/Data/Serials", + "/share/Data/torrents", # Добавьте здесь другие пути, если они у вас есть ]