From 751f277fcd4ce40c2621a61dd8ee82ceee97137e Mon Sep 17 00:00:00 2001 From: yaddisidhu90 Date: Tue, 15 Apr 2025 00:05:55 +0530 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0d0b70c..81cc106 100644 --- a/main.py +++ b/main.py @@ -9,7 +9,7 @@ # Bot credentials from .env file API_ID = int(os.getenv("API_ID")) API_HASH = os.getenv("API_HASH") -BOT_TOKEN = os.getenv("BOT_TOKEN") +BOT_TOKEN = os.getenv("7712641753:AAGULmbRywEYmS0DsSDOXdZSsYNjOv5_Wyw") # Initialize the bot client app = Client("exif_bot", api_id=API_ID, api_hash=API_HASH, bot_token=BOT_TOKEN)