From cdf7e9ef4272de143dbc01a67d7a06d8eb217230 Mon Sep 17 00:00:00 2001 From: Arthur-Leywi Date: Sun, 1 Dec 2024 08:45:56 +0530 Subject: [PATCH] Update config.py I --- config.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.py b/config.py index 0b5819e36..2475883fc 100644 --- a/config.py +++ b/config.py @@ -8,19 +8,19 @@ load_dotenv() #Bot token @Botfather -TG_BOT_TOKEN = os.environ.get("TG_BOT_TOKEN", "") +TG_BOT_TOKEN = os.environ.get("7855953730:AAHzScvNLymJPxzegDRzDlF9ugaP_yp4li0", "") #Your API ID from my.telegram.org -APP_ID = int(os.environ.get("APP_ID", "")) +APP_ID = int(os.environ.get("23673333", "")) #Your API Hash from my.telegram.org -API_HASH = os.environ.get("API_HASH", "") +API_HASH = os.environ.get("953c1bac74c7ec91a3605a9dd497bbfb", "") #Your db channel Id -CHANNEL_ID = int(os.environ.get("CHANNEL_ID", "")) +CHANNEL_ID = int(os.environ.get("-1002412857233", "")) #OWNER ID -OWNER_ID = int(os.environ.get("OWNER_ID", "")) +OWNER_ID = int(os.environ.get("aayush_169", "")) #Port PORT = os.environ.get("PORT", "8080")