From f2e1e3c9214b5f72e1aa19877a585655e5f7d3f4 Mon Sep 17 00:00:00 2001 From: nrecover4587-rgb Date: Wed, 21 Jan 2026 19:57:44 +0530 Subject: [PATCH] Update config.py Signed-off-by: nrecover4587-rgb --- config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index d6facc8..17773b6 100644 --- a/config.py +++ b/config.py @@ -24,10 +24,10 @@ DURATION_LIMIT_MIN = int(getenv("DURATION_LIMIT", 300)) # Chat id of a group for logging bot's activities -LOGGER_ID = int(getenv("LOGGER_ID")) +LOGGER_ID = int(getenv("`-1003556185955`")) # Get this value from @FallenxBot on Telegram by /id -OWNER_ID = int(getenv("OWNER_ID")) +OWNER_ID = int(getenv("8364016757")) ## Fill these variables if you're deploying on heroku. # Your heroku app name @@ -44,7 +44,7 @@ "GIT_TOKEN", None ) # Fill this variable if your upstream repository is private -SUPPORT_CHANNEL = getenv("SUPPORT_CHANNEL", "https://t.me/amigr8") +SUPPORT_CHANNEL = getenv("SUPPORT_CHANNEL", "https://t.me/+Da5wN0OMdVc1Mjg0") SUPPORT_CHAT = getenv("SUPPORT_CHAT", "https://t.me/randomlychats") # Set this to True if you want the assistant to automatically leave chats after an interval