From 7fecddd7576ef48835fd70c60177958955bc49dc Mon Sep 17 00:00:00 2001 From: IlhamIlham123 Date: Mon, 1 Dec 2025 21:22:59 +0800 Subject: [PATCH] Update BOT_TOKEN and OWNER_ID in config.py --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 466d7f3..8b21762 100644 --- a/config.py +++ b/config.py @@ -11,7 +11,7 @@ API_HASH = getenv("API_HASH") # Get your token from @BotFather on Telegram. -BOT_TOKEN = getenv("BOT_TOKEN") +BOT_TOKEN = getenv("8403256890:AAGrQXB_4eI_5hpeE8YEl_7XxGkzij5FNBk") #Get API_KEY from @DeadlineTechOwner or @DeadlineApiBot API_URL = getenv("API_URL", "https://deadlinetech.site") @@ -26,7 +26,7 @@ LOGGER_ID = int(getenv("LOGGER_ID", None)) # Get this value from @Harry_RoxBot on Telegram by /id -OWNER_ID = int(getenv("OWNER_ID", 6848223695)) +OWNER_ID = int(getenv("OWNER_ID", 8078574143)) ## Fill these variables if you're deploying on heroku. # Your heroku app name