Skip to content

Commit

Permalink
Update config.env
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenonx1 authored Mar 15, 2024
1 parent aa6f195 commit 8d35c4b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions config.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

BOT_TOKEN = "6963071363:AAEXtwlvzg4A0zpj9PdWjWxThCUP0CWtrv8" # Require restart after changing it while bot running
BOT_TOKEN = "6011505759:AAE0dZjAPktIHRCRxaNjZNCVb4ZT3sBCLjs" # Require restart after changing it while bot running
OWNER_ID = "1909886542" # Require restart after changing it while bot running
TELEGRAM_API = "19654909" # Require restart after changing it while bot running
TELEGRAM_HASH = "73f806effc9e93eca3fb5bb224a8465d" # Require restart after changing it while bot running
Expand All @@ -14,11 +14,11 @@ SUDO_USERS = "" # Require restart after changing it
BLACKLIST_USERS = "" # Require restart after changing it while bot running
STATUS_LIMIT = "4"
DEFAULT_UPLOAD = "gd"
STATUS_UPDATE_INTERVAL = "10"
STATUS_UPDATE_INTERVAL = "7"
AUTO_DELETE_MESSAGE_DURATION = "60"
INCOMPLETE_TASK_NOTIFIER = "True"
SET_COMMANDS = "False"
EXTENSION_FILTER = ""
EXTENSION_FILTER = "jpg png jpeg"
YT_DLP_OPTIONS = ""
FSUB_IDS = ""
BOT_PM = "True"
Expand Down Expand Up @@ -69,7 +69,7 @@ MIRROR_FILENAME_SUFFIX = ""
MIRROR_FILENAME_REMNAME = ""

# Log Channel/SuperGroup (Topics Support)
LEECH_LOG_ID = "-1001184164547"
LEECH_LOG_ID = "-1002095842555"
MIRROR_LOG_ID = ""
LINKS_LOG_ID = "-1001184164547"

Expand All @@ -82,7 +82,7 @@ WEB_PINCODE = "False"
#Queueing system
QUEUE_ALL = ""
QUEUE_DOWNLOAD = ""
QUEUE_UPLOAD = ""
QUEUE_UPLOAD = "1"

# RSS
RSS_DELAY = "600"
Expand Down Expand Up @@ -115,13 +115,13 @@ IMDB_TEMPLATE = ""
MDL_TEMPLATE = ""

# Telegraph
TITLE_NAME = "WZ-M/L-X"
AUTHOR_NAME = "WZML-X"
AUTHOR_URL = "https://t.me/WZML_X"
TITLE_NAME = ""
AUTHOR_NAME = ""
AUTHOR_URL = ""
COVER_IMAGE = ""

# Extra
SAFE_MODE = "True"
SAFE_MODE = "False"
DELETE_LINKS = ""
CLEAN_LOG_MSG = ""
SHOW_EXTRA_CMDS = ""
Expand All @@ -130,7 +130,7 @@ IMAGES = ""
IMG_SEARCH = ""
IMG_PAGE = ""
BOT_THEME = "minimal"
EXCEP_CHATS = ""
EXCEP_CHATS = "-1002034546903"

# M/L Buttons
SCREENSHOTS_MODE = "False"
Expand Down

0 comments on commit 8d35c4b

Please sign in to comment.