diff --git a/main.py b/main.py
index 223a09c..eea7255 100644
--- a/main.py
+++ b/main.py
@@ -1,25 +1,21 @@
-# Don't Remove Credit @VJ_Botz
-# Subscribe YouTube Channel For Amazing Bot @Tech_VJ
-# Ask Doubt on telegram @KingVJ01
-
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", "25210379"))
+api_hash = os.environ.get("api_hash", "2f43e4bccc419e3b7e28e3219bb1d68c")
+bot_token = os.environ.get("bot_token", "8093813577:AAF9eSk-P04QhCNqZpU4_cThFYCKRkMmZmM")
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)
start_message = """
-👋Hello {}
+👋Hello {mention}
I am an AutoCaption bot
All you have to do is to add me to your channel as admin and I will show you my power
-@VJ_Botz"""
+@HollyMovies4"""
about_message = """
-• Name : VJ AutoCaption
-• Developer : [VJ UPDATES]
+• Name : VJ AutoCaption
+• Developer : [VJ UPDATES]
• Language : Python3
• Library : Pyrogram v{version}
• Updates : Click Here
@@ -74,7 +70,7 @@ def start_buttons(bot, update):
pyrogram.types.InlineKeyboardButton("Updates", url="t.me/VJ_Botz"),
pyrogram.types.InlineKeyboardButton("About 🤠", callback_data="about")
],[
- pyrogram.types.InlineKeyboardButton("➕️ Add To Your Channel ➕️", url=f"http://t.me/{bot.username}?startchannel=true")
+ pyrogram.types.InlineKeyboardButton("➕️ Add To Your Channel ➕️", url=f"http://t.me/{bot.ProAutoRenamerBot}?startchannel=true")
]]
return pyrogram.types.InlineKeyboardMarkup(buttons)
@@ -85,10 +81,6 @@ def about_buttons(bot, update):
return pyrogram.types.InlineKeyboardMarkup(buttons)
print("Telegram AutoCaption V1 Bot Start")
-print("Bot Created By @VJ_Botz")
+print("Bot Created By @HollyMovies4")
AutoCaptionBotV1.run()
-
-# Don't Remove Credit @VJ_Botz
-# Subscribe YouTube Channel For Amazing Bot @Tech_VJ
-# Ask Doubt on telegram @KingVJ01