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
16 changes: 8 additions & 8 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down