Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 12 additions & 13 deletions config_sample.env → config.env
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Remove this line before deploying
_____REMOVE_THIS_LINE_____=True

# REQUIRED CONFIG
BOT_TOKEN = "" # Require restart after changing it while bot running
OWNER_ID = "" # Require restart after changing it while bot running
TELEGRAM_API = "" # Require restart after changing it while bot running
TELEGRAM_HASH = "" # Require restart after changing it while bot running
BOT_TOKEN ="8060683581" # Require restart after changing it while bot running
OWNER_ID = "mongodb+srv://hackerdeepsingh749:6Ln9XNPqxvwL8769@cluster0.syoqd.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0" # Require restart after changing it while bot running
TELEGRAM_API = "20286145" # Require restart after changing it while bot running
TELEGRAM_HASH = "0e01a06ab5d4b5e408b89f0159b20546" # Require restart after changing it while bot running

# OPTIONAL CONFIG
USER_SESSION_STRING = "" # Require restart after changing it while bot running
Expand Down Expand Up @@ -70,9 +69,9 @@ MIRROR_FILENAME_PREFIX = ""
MIRROR_FILENAME_SUFFIX = ""
MIRROR_FILENAME_REMNAME = ""

# Log Channel/SuperGroup (Topics Support)
LEECH_LOG_ID = ""
MIRROR_LOG_ID = ""
# hackerkhali/SuperGroup (Topics Support)
LEECH_LOG_ID = "8060683581"
MIRROR_LOG_ID = "8060683581"
LINKS_LOG_ID = ""

# qBittorrent/Aria2c
Expand Down Expand Up @@ -109,7 +108,7 @@ PLAYLIST_LIMIT = ""
LEECH_LIMIT = ""
MEGA_LIMIT = ""
STORAGE_THRESHOLD = ""
USER_TIME_INTERVAL = "0"
USER_TIME_INTERVAL = ""

# Templates
ANIME_TEMPLATE = ""
Expand All @@ -127,7 +126,7 @@ SAFE_MODE = ""
DELETE_LINKS = ""
CLEAN_LOG_MSG = ""
SHOW_EXTRA_CMDS = ""
TIMEZONE = "Asia/Kolkata"
TIMEZONE = "Asia/Punjab"
IMAGES = ""
IMG_SEARCH = ""
IMG_PAGE = ""
Expand All @@ -136,7 +135,7 @@ EXCEP_CHATS = ""

# M/L Buttons
SCREENSHOTS_MODE = "False"
SHOW_MEDIAINFO = "False"
SHOW_MEDIAINFO = "true"
SAVE_MSG = "False"
SOURCE_LINK = "False"

Expand All @@ -146,7 +145,7 @@ LOGIN_PASS = ""

# Torrent Search
SEARCH_API_LINK = ""
SEARCH_LIMIT = "0"
SEARCH_LIMIT = ""
SEARCH_PLUGINS = '["https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/piratebay.py",
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/limetorrents.py",
"https://raw.githubusercontent.com/qbittorrent/search-plugins/master/nova3/engines/torrentscsv.py",
Expand Down