From 545d60e2f3625fe71e4bc0e408e9ec1ee917f873 Mon Sep 17 00:00:00 2001 From: Kumar7949 Date: Mon, 14 Apr 2025 12:09:19 +0530 Subject: [PATCH] Update main.py --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 223a09c..06a3946 100644 --- a/main.py +++ b/main.py @@ -4,9 +4,9 @@ import pyrogram, os, asyncio -app_id = int(os.environ.get("app_id", "")) -api_hash = os.environ.get("api_hash", "") -bot_token = os.environ.get("bot_token", "") +app_id = int(os.environ.get("app_id", "24969099")) +api_hash = os.environ.get("api_hash", "463f312f6f44a00f3e6977ee3b7f1dac") +bot_token = os.environ.get("bot_token", "7903996159:AAG0woN9U5RIIaibXSnexCcmqoQkMy6upts") custom_caption = os.environ.get("custom_caption", "`{file_name}`\n\n**Powered By - @VJ_Botz**") # Here You Can Give Anything, if You Want Real File Name Then Use {file_name} AutoCaptionBotV1 = pyrogram.Client(name="AutoCaptionBotV1", api_id=app_id, api_hash=api_hash, bot_token=bot_token)