From 2e3f6e703f73c422069f627ac5bc3656eafce66c Mon Sep 17 00:00:00 2001 From: anujupadhyay692 Date: Mon, 21 Apr 2025 22:52:14 +0530 Subject: [PATCH] Update config.py --- config.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config.py b/config.py index 7015f54..517dfbf 100644 --- a/config.py +++ b/config.py @@ -7,22 +7,22 @@ load_dotenv() # Get this value from my.telegram.org/apps -API_ID = API_ID -API_HASH = "API_HASH" +API_ID = 24742738 +API_HASH = "1d9fc5651fc12b8fb86e6f54dbec77db" # Get your token from @BotFather on Telegram. -BOT_TOKEN = "BOT_TOKEN" +BOT_TOKEN = "7762940624:AAFZI6ToMDcGHfjV2JKBeLSj350xe-CE85I" # Get your mongo url from cloud.mongodb.com -MONGO_DB_URI = "MONGO_DB_URI" +MONGO_DB_URI = "mongodb+srv://Madara:Madara@cluster0.hjxj2gw.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0" DURATION_LIMIT_MIN = int(getenv("DURATION_LIMIT", 60)) # Chat id of a group for logging bot's activities -LOG_GROUP_ID = LOG_GROUP_ID +LOG_GROUP_ID = -1002593616171 # Get this value from @ultron2_robot on Telegram by /id -OWNER_ID = OWNER_ID +OWNER_ID = 7642364567 ## Fill these variables if you're deploying on heroku. # Your heroku app name @@ -39,8 +39,8 @@ "GIT_TOKEN", None ) # Fill this variable if your upstream repository is private -SUPPORT_CHANNEL = "https://t.me/thanos_pro" -SUPPORT_GROUP = "https://t.me/thanosprosss" +SUPPORT_CHANNEL = "https://t.me/come_here_share_with_us" +SUPPORT_GROUP = "https://t.me/come_here_share_with_us" # Set this to True if you want the assistant to automatically leave chats after an interval AUTO_LEAVING_ASSISTANT = bool(getenv("AUTO_LEAVING_ASSISTANT", False)) @@ -62,7 +62,7 @@ # Get your pyrogram v2 session from Replit -STRING1 = "STRING_SESSION" +STRING1 = "1BZWaqwUAUE4T3xsWLgPNT6BecU2REepdCOMEu-HYf1HBgJ3mXM1qaBVYZIHboX1RjBjCuypGPJT-zDvLGaJjOdlPOymDpIq5XbhdPV2Yf8JPl0MLEsF6Vj42u74pxqqOIoM9g96HssYxc1bCjZF66aFiAX6svm0h_nX8EwbAr7bofhQbuOaWOU2Mydmyl3Zdy-VNKRp7yu14kMlqQ-6uMmIwnKp_PzT9nvpsy6XaNgWmJZfp4BJKHO4MbWWhzRVBRu6pFXp3KfRaUztx2FJOOWdFwA9ebPjwxXO-4al3y3JvOzQm6E-mprm_OwfS_slxgpwbC_tg18daRieowMT-PhY5Qz0w-CI=" STRING2 = getenv("STRING_SESSION2", None) STRING3 = getenv("STRING_SESSION3", None) STRING4 = getenv("STRING_SESSION4", None)