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)