From 07ba4916783231741a83155b27d5ccd01001a76e Mon Sep 17 00:00:00 2001 From: Rkrohitbots Date: Mon, 14 Jul 2025 19:55:52 +0530 Subject: [PATCH] Update config.py --- config.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.py b/config.py index c7705f81..ecdff50c 100644 --- a/config.py +++ b/config.py @@ -18,19 +18,19 @@ #rohit_1888 on Tg #-------------------------------------------- #Bot token @Botfather -TG_BOT_TOKEN = os.environ.get("TG_BOT_TOKEN", "8154426339") -APP_ID = int(os.environ.get("APP_ID", "")) #Your API ID from my.telegram.org -API_HASH = os.environ.get("API_HASH", "") #Your API Hash from my.telegram.org +TG_BOT_TOKEN = os.environ.get("TG_BOT_TOKEN", "8060752499") +APP_ID = int(os.environ.get("APP_ID", "28833845")) #Your API ID from my.telegram.org +API_HASH = os.environ.get("API_HASH", "3dcc16322af831d7d2cba91accb42f71") #Your API Hash from my.telegram.org #-------------------------------------------- -CHANNEL_ID = int(os.environ.get("CHANNEL_ID", "-1002170811388")) #Your db channel Id -OWNER = os.environ.get("OWNER", "sewxiy") # Owner username without @ -OWNER_ID = int(os.environ.get("OWNER_ID", "7328629001")) # Owner id +CHANNEL_ID = int(os.environ.get("CHANNEL_ID", "-1002440655447")) #Your db channel Id +OWNER = os.environ.get("OWNER", "King_Kiytwm") # Owner username without @ +OWNER_ID = int(os.environ.get("OWNER_ID", "5402555156")) # Owner id #-------------------------------------------- PORT = os.environ.get("PORT", "8001") #-------------------------------------------- -DB_URI = os.environ.get("DATABASE_URL", "") -DB_NAME = os.environ.get("DATABASE_NAME", "Cluooo") +DB_URI = os.environ.get("DATABASE_URL", "1002316714446") +DB_NAME = os.environ.get("DATABASE_NAME", "Rkcloud") #-------------------------------------------- FSUB_LINK_EXPIRY = int(os.getenv("FSUB_LINK_EXPIRY", "10")) # 0 means no expiry BAN_SUPPORT = os.environ.get("BAN_SUPPORT", "https://t.me/CodeflixSupport")