From 14e348e28451e73badec8ceca7b1b10d12c3bf4b Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:42:47 +0530 Subject: [PATCH 01/28] Update app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 2575c68f..4e64e5bc 100644 --- a/app.json +++ b/app.json @@ -55,7 +55,7 @@ "formation": { "worker": { "quantity": 1, - "size": "free" + "size": "eco" } } } From 72c6d4db384107b238149db0af813b3e0d5408f1 Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:44:19 +0530 Subject: [PATCH 02/28] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index d2030641..b00c1476 100644 --- a/app.py +++ b/app.py @@ -3,7 +3,7 @@ @app.route('/') def hello_world(): - return 'TechVJ' + return 'TechTW' if __name__ == "__main__": From 4b625184a56ea401341377522da32bc71cd270cd Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:57:02 +0530 Subject: [PATCH 03/28] Update bot.py --- bot.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/bot.py b/bot.py index 7f43ed5f..3056cc2f 100644 --- a/bot.py +++ b/bot.py @@ -74,7 +74,7 @@ async def start(bot: Client, cmd: Message): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("Updates Channel", url="https://t.me/VJ_Botz") + InlineKeyboardButton("Updates Channel", url="https://t.me/latest_tv_Show") ], [ InlineKeyboardButton("About Bot", callback_data="aboutbot"), @@ -82,8 +82,8 @@ async def start(bot: Client, cmd: Message): InlineKeyboardButton("Close πŸšͺ", callback_data="closeMessage") ], [ - InlineKeyboardButton("Support Group", url="https://t.me/VJ_Bot_Disscussion"), - InlineKeyboardButton("YouTube Channel", url="https://youtube.com/@Tech_VJ") + InlineKeyboardButton("Support Group", url="https://t.me/Developerltr_bot"), + InlineKeyboardButton("YouTube Channel", url="https://youtube.com/@videocreator2107?si=JsDT4YDKhp8I9Lfr") ] ] ) @@ -124,7 +124,7 @@ async def main(bot: Client, message: Message): return if message.from_user.id in Config.BANNED_USERS: - await message.reply_text("Sorry, You are banned!\n\nContact [π™Žπ™ͺπ™₯π™₯𝙀𝙧𝙩 𝙂𝙧𝙀π™ͺπ™₯](https://t.me/VJ_Bot_Disscussion)", + await message.reply_text("Sorry, You are banned!\n\nContact [π™Žπ™ͺπ™₯π™₯𝙀𝙧𝙩 𝙂𝙧𝙀π™ͺπ™₯](https://t.me/Developerltr_bot)", disable_web_page_preview=True) return @@ -319,7 +319,7 @@ async def button(bot: Client, cmd: CallbackQuery): [ [ InlineKeyboardButton("Source Codes of Bot", - url="https://youtube.com/@Tech_VJ") + url="https://t.me/Developerltr_bot") ], [ InlineKeyboardButton("Go Home", callback_data="gotohome"), @@ -337,7 +337,7 @@ async def button(bot: Client, cmd: CallbackQuery): [ [ InlineKeyboardButton("Source Codes of Bot", - url="https://youtube.com/@Tech_VJ") + url="https://t.me/Developerltr_bot") ], [ InlineKeyboardButton("About Bot", callback_data="aboutbot"), @@ -362,8 +362,8 @@ async def button(bot: Client, cmd: CallbackQuery): InlineKeyboardButton("Close πŸšͺ", callback_data="closeMessage") ], [ - InlineKeyboardButton("Support Group", url="https://t.me/VJ_Bot_Disscussion"), - InlineKeyboardButton("YouTube Channel", url="https://youtube.com/@Tech_VJ") + InlineKeyboardButton("Support Group", url="https://t.me/Developerltr_bot"), + InlineKeyboardButton("YouTube Channel", url="https://youtube.com/@videocreator2107?si=JsDT4YDKhp8I9Lfr") ] ] ) @@ -379,7 +379,7 @@ async def button(bot: Client, cmd: CallbackQuery): user = await bot.get_chat_member(channel_chat_id, cmd.message.chat.id) if user.status == "kicked": await cmd.message.edit( - text="Sorry Sir, You are Banned to use me. Contact my [π™Žπ™ͺπ™₯π™₯𝙀𝙧𝙩 𝙂𝙧𝙀π™ͺπ™₯](https://t.me/VJ_Bot_Disscussion).", + text="Sorry Sir, You are Banned to use me. Contact my [π™Žπ™ͺπ™₯π™₯𝙀𝙧𝙩 𝙂𝙧𝙀π™ͺπ™₯](https://t.me/Developerltr_bot).", disable_web_page_preview=True ) return @@ -401,7 +401,7 @@ async def button(bot: Client, cmd: CallbackQuery): return except Exception: await cmd.message.edit( - text="Something went Wrong. Contact my [π™Žπ™ͺπ™₯π™₯𝙀𝙧𝙩 𝙂𝙧𝙀π™ͺπ™₯](https://t.me/VJ_Bot_Disscussion).", + text="Something went Wrong. Contact my [π™Žπ™ͺπ™₯π™₯𝙀𝙧𝙩 𝙂𝙧𝙀π™ͺπ™₯](https://t.me/Developerltr_bot).", disable_web_page_preview=True ) return @@ -411,8 +411,8 @@ async def button(bot: Client, cmd: CallbackQuery): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("Updates Channel", url="https://t.me/VJ_Botz"), - InlineKeyboardButton("Support Group", url="https://t.me/VJ_Bot_Disscussion") + InlineKeyboardButton("Updates Channel", url="https://t.me/latest_tv_Show"), + InlineKeyboardButton("Support Group", url="https://t.me/Developerltr_bot") ], [ InlineKeyboardButton("About Bot", callback_data="aboutbot"), From 01e215e282866754a7743e23304b9b44fa9dd484 Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:04:00 +0530 Subject: [PATCH 04/28] Update configs.py --- configs.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs.py b/configs.py index eb01aa49..51ca8bc7 100644 --- a/configs.py +++ b/configs.py @@ -23,7 +23,7 @@ class Config(object): ╭────[ πŸ”…FΙͺΚŸα΄‡SᴛᴏʀᴇBα΄α΄›πŸ”…]β”€β”€β”€β”€βŸ β”‚ -β”œπŸ”Έ My Name: [FileStore Bot](https://t.me/{BOT_USERNAME}) +β”œπŸ”Έ My Name: [FileStore Bot](https://t.me/latest_tv_show_File_store_bot) β”‚ β”œπŸ”Έ Language: [Python 3](https://www.python.org) β”‚ @@ -32,11 +32,11 @@ class Config(object): ╰──────[ 😎 ]β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€βŸ """ ABOUT_DEV_TEXT = f""" -πŸ§‘πŸ»β€πŸ’» π——π—²π˜ƒπ—²π—Ήπ—Όπ—½π—²π—Ώ: [VJ](https://telegram.me/KingVj01) +πŸ§‘πŸ»β€πŸ’» π——π—²π˜ƒπ—²π—Ήπ—Όπ—½π—²π—Ώ: [VJ](https://t.me/Latestshowtv) I am Super noob Please Support My Hard Work. -[Donate Me](https://t.me/KingVj01) +[Donate Me](https://t.me/Latestshowtv) """ HOME_TEXT = """ Hello, [{}](tg://user?id={})\n\nThis is a Permanent **FileStore Bot**. From 6f7f7dee314fa0324401ea0d3a39cd2d7f7e9d24 Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:05:10 +0530 Subject: [PATCH 05/28] Update configs.py --- configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs.py b/configs.py index 51ca8bc7..2b5c9856 100644 --- a/configs.py +++ b/configs.py @@ -32,7 +32,7 @@ class Config(object): ╰──────[ 😎 ]β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€βŸ """ ABOUT_DEV_TEXT = f""" -πŸ§‘πŸ»β€πŸ’» π——π—²π˜ƒπ—²π—Ήπ—Όπ—½π—²π—Ώ: [VJ](https://t.me/Latestshowtv) +πŸ§‘πŸ»β€πŸ’» π——π—²π˜ƒπ—²π—Ήπ—Όπ—½π—²π—Ώ: [LTS](https://t.me/Latestshowtv) I am Super noob Please Support My Hard Work. From d2ad5d6536c68d6392f501ece91ba06e22d1acb5 Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Sun, 25 Aug 2024 08:22:48 +0530 Subject: [PATCH 06/28] Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index d80f8e78..a18caa2c 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: python3 bot.py +web: python3 bot.py From cee205c4b90e5f1c81e64f0d2979bd53d97f78ef Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:33:09 +0530 Subject: [PATCH 07/28] Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index a18caa2c..d80f8e78 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python3 bot.py +worker: python3 bot.py From 8e9529b09ebad47893d75c1344c211ded264d661 Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:13:08 +0530 Subject: [PATCH 08/28] Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index d80f8e78..a18caa2c 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: python3 bot.py +web: python3 bot.py From d3203a45acea5a3fb971b867cae076f8c97c7cd3 Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:00:00 +0530 Subject: [PATCH 09/28] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index a18caa2c..d80f8e78 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python3 bot.py +worker: python3 bot.py From 951c58af904352a5d0cabba548a63e4caa72efff Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:12:05 +0530 Subject: [PATCH 10/28] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index d80f8e78..a18caa2c 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: python3 bot.py +web: python3 bot.py From a42f02121bd89c11697a2aa371b72f9d87493c4d Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:13:47 +0530 Subject: [PATCH 11/28] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index a18caa2c..d80f8e78 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python3 bot.py +worker: python3 bot.py From 018512f465ea8ee13b6e9640143573039e1272c9 Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:14:09 +0530 Subject: [PATCH 12/28] Update Procfile From 22c1b63ff277160fd4adeae4d7c32be5f16396d8 Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:16:01 +0530 Subject: [PATCH 13/28] Update Procfile --- Procfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Procfile b/Procfile index d80f8e78..7a72699b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,3 @@ worker: python3 bot.py + + From 7a38d9bbdb730fea9abcc2f77072d7166a4e714f Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:36:58 +0530 Subject: [PATCH 14/28] configs.py --- configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs.py b/configs.py index 2b5c9856..24be895e 100644 --- a/configs.py +++ b/configs.py @@ -23,7 +23,7 @@ class Config(object): ╭────[ πŸ”…FΙͺΚŸα΄‡SᴛᴏʀᴇBα΄α΄›πŸ”…]β”€β”€β”€β”€βŸ β”‚ -β”œπŸ”Έ My Name: [FileStore Bot](https://t.me/latest_tv_show_File_store_bot) +β”œπŸ”Έ My Name: [FileStore Bot](BOT_USERNAME) β”‚ β”œπŸ”Έ Language: [Python 3](https://www.python.org) β”‚ From 4a55d7b8ed0c669113db350044147784a6b1ede8 Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Sat, 7 Sep 2024 16:17:34 +0530 Subject: [PATCH 15/28] force_sub_handler.py --- handlers/force_sub_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/force_sub_handler.py b/handlers/force_sub_handler.py index 845ccaef..b0d83556 100644 --- a/handlers/force_sub_handler.py +++ b/handlers/force_sub_handler.py @@ -59,7 +59,7 @@ async def handle_force_sub(bot: Client, cmd: Message): except Exception: await bot.send_message( chat_id=cmd.from_user.id, - text="Something went Wrong. Contact my [π™Žπ™ͺπ™₯π™₯𝙀𝙧𝙩 𝙂𝙧𝙀π™ͺπ™₯](https://t.me/VJ_Bot_Disscussion).", + text="Something went Wrong. Contact my [π™Žπ™ͺπ™₯π™₯𝙀𝙧𝙩 𝙂𝙧𝙀π™ͺπ™₯](https://t.me/Developerltr_bot).", disable_web_page_preview=True ) return 200 From 476cb25f2e015bbb96ef36645caa5dc3bb563c7a Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Sat, 7 Sep 2024 23:00:14 +0530 Subject: [PATCH 16/28] check_user_status.py --- handlers/check_user_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/check_user_status.py b/handlers/check_user_status.py index 1e78a637..5ec8ae93 100644 --- a/handlers/check_user_status.py +++ b/handlers/check_user_status.py @@ -21,6 +21,6 @@ async def handle_user_status(bot, cmd): ).days > ban_status["ban_duration"]: await db.remove_ban(chat_id) else: - await cmd.reply_text("You R Banned!.. Contact @VJ_Botz 😝", quote=True) + await cmd.reply_text("You R Banned!.. Contact @Developerltr_bot 😝", quote=True) return await cmd.continue_propagation() From bcd16ed708a5720aa2a5dca59782dafe14f8d67a Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:20:09 +0530 Subject: [PATCH 17/28] force_sub_handler.py --- handlers/force_sub_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/force_sub_handler.py b/handlers/force_sub_handler.py index b0d83556..566a720a 100644 --- a/handlers/force_sub_handler.py +++ b/handlers/force_sub_handler.py @@ -30,7 +30,7 @@ async def handle_force_sub(bot: Client, cmd: Message): if user.status == "kicked": await bot.send_message( chat_id=cmd.from_user.id, - text="Sorry Sir, You are Banned to use me. Contact my [π™Žπ™ͺπ™₯π™₯𝙀𝙧𝙩 𝙂𝙧𝙀π™ͺπ™₯](https://t.me/VJ_Bot_Disscussion).", + text="Sorry Sir, You are Banned to use me. Contact my [π™Žπ™ͺπ™₯π™₯𝙀𝙧𝙩 𝙂𝙧𝙀π™ͺπ™₯](https://t.me/Developerltr_bot).", disable_web_page_preview=True ) return 400 From fbdfd673af306ab67e7af62886fd80aed86777fc Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:45:08 +0530 Subject: [PATCH 18/28] configs.py --- configs.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/configs.py b/configs.py index 24be895e..ec30cde9 100644 --- a/configs.py +++ b/configs.py @@ -1,17 +1,17 @@ import os class Config(object): - API_ID = int(os.environ.get("API_ID", "")) - API_HASH = os.environ.get("API_HASH", "") - BOT_TOKEN = os.environ.get("BOT_TOKEN", "") - BOT_USERNAME = os.environ.get("BOT_USERNAME", "") - DB_CHANNEL = int(os.environ.get("DB_CHANNEL", "")) - SHORTLINK_URL = os.environ.get('SHORTLINK_URL', "MoneyKamalo.com") - SHORTLINK_API = os.environ.get('SHORTLINK_API', "0eefb93e1e3ce9470a7033115ceb1bad13a9d674") - BOT_OWNER = int(os.environ.get("BOT_OWNER", "")) - DATABASE_URL = os.environ.get("DATABASE_URL", "") - UPDATES_CHANNEL = os.environ.get("UPDATES_CHANNEL", "") - LOG_CHANNEL = int(os.environ.get("LOG_CHANNEL", "")) + API_ID = int(os.environ.get("API_ID", "22787559")) + API_HASH = os.environ.get("API_HASH", "e771139d8f3d4ae57f663ad049bbb710") + BOT_TOKEN = os.environ.get("BOT_TOKEN", "6957865617:AAErJV_3eAe6mQVFU8g1kvDRwUm66i3vVkE") + BOT_USERNAME = os.environ.get("BOT_USERNAME", "latest_tv_show_File_store_bot") + DB_CHANNEL = int(os.environ.get("DB_CHANNEL", "-1002117171789")) + SHORTLINK_URL = os.environ.get('SHORTLINK_URL', "publicearn.com") + SHORTLINK_API = os.environ.get('SHORTLINK_API', "9a696c4ea657a9791396336c3d1d84fafe02eb74") + BOT_OWNER = int(os.environ.get("BOT_OWNER", "1562792211")) + DATABASE_URL = os.environ.get("DATABASE_URL", "mongodb+srv://Cluster0:Cluster0@cluster0.kailvlv.mongodb.net/?retryWrites=true&w=majority") + UPDATES_CHANNEL = os.environ.get("UPDATES_CHANNEL", "-1001970358116") + LOG_CHANNEL = int(os.environ.get("LOG_CHANNEL", "-1001881381645")) BANNED_USERS = set(int(x) for x in os.environ.get("BANNED_USERS", "").split()) FORWARD_AS_COPY = bool(os.environ.get("FORWARD_AS_COPY", True)) BROADCAST_AS_COPY = bool(os.environ.get("BROADCAST_AS_COPY", True)) From fc195c07f133dde8e7f9d21eae9ce2fc334b523d Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:38:19 +0530 Subject: [PATCH 19/28] bot.py --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 3056cc2f..1ea7b0d9 100644 --- a/bot.py +++ b/bot.py @@ -354,7 +354,7 @@ async def button(bot: Client, cmd: CallbackQuery): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("Updates Channel", url="https://t.me/VJ_Botz") + InlineKeyboardButton("Updates Channel", url="https://t.me/latest_tv_Show") ], [ InlineKeyboardButton("About Bot", callback_data="aboutbot"), From 5c2dd06715c84c45729c0832bce9350500140472 Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:25:31 +0530 Subject: [PATCH 20/28] requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22eb0e7c..0ca669af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Pyrogram +pyrofork TgCrypto motor aiofiles From 251a0809164f8f987f73721bc5a78c94fe2aa708 Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Thu, 26 Sep 2024 00:31:54 +0530 Subject: [PATCH 21/28] requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0ca669af..037e5bb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyrofork +pyrogram TgCrypto motor aiofiles From f222589a4c449d3ce28b3ca4236b883d7a249582 Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:13:23 +0530 Subject: [PATCH 22/28] requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 037e5bb4..0ca669af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyrogram +pyrofork TgCrypto motor aiofiles From 1ab6a0b29fa68570604dceb2d400078846e8624f Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:57:23 +0530 Subject: [PATCH 23/28] bot.py --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 1ea7b0d9..3056cc2f 100644 --- a/bot.py +++ b/bot.py @@ -354,7 +354,7 @@ async def button(bot: Client, cmd: CallbackQuery): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("Updates Channel", url="https://t.me/latest_tv_Show") + InlineKeyboardButton("Updates Channel", url="https://t.me/VJ_Botz") ], [ InlineKeyboardButton("About Bot", callback_data="aboutbot"), From be0c54568ba7a4e9013df8007b7e4c908ec38a5a Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:35:47 +0530 Subject: [PATCH 24/28] requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0ca669af..22eb0e7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyrofork +Pyrogram TgCrypto motor aiofiles From dc2badc0a3d4bb6f36173187edd7a8d964ba0028 Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:34:36 +0530 Subject: [PATCH 25/28] requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22eb0e7c..e126daab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Pyrogram +git+https://github.com/Hrishi2861/pyrofork-2.2.11-peer-fix TgCrypto motor aiofiles From c75e0a0c517886f91675035a1f24a0fff1dccd0d Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:04:02 +0530 Subject: [PATCH 26/28] requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e126daab..22eb0e7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -git+https://github.com/Hrishi2861/pyrofork-2.2.11-peer-fix +Pyrogram TgCrypto motor aiofiles From 31bf40b02d3e25597746a795f6f9debac06291c1 Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:16:38 +0530 Subject: [PATCH 27/28] configs.py --- configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs.py b/configs.py index ec30cde9..ed96c2d4 100644 --- a/configs.py +++ b/configs.py @@ -23,7 +23,7 @@ class Config(object): ╭────[ πŸ”…FΙͺΚŸα΄‡SᴛᴏʀᴇBα΄α΄›πŸ”…]β”€β”€β”€β”€βŸ β”‚ -β”œπŸ”Έ My Name: [FileStore Bot](BOT_USERNAME) +β”œπŸ”Έ My Name: [FileStore Bot](https://t.me/{BOT_USERNAME}) β”‚ β”œπŸ”Έ Language: [Python 3](https://www.python.org) β”‚ From 22200008d65d1427731d4a399aff6c687eedbaee Mon Sep 17 00:00:00 2001 From: creatorv06 <151960008+creatorv06@users.noreply.github.com> Date: Sun, 26 Jan 2025 23:37:44 +0530 Subject: [PATCH 28/28] Procfile --- Procfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 7a72699b..b3276e25 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,2 @@ +web: python3 bot.py worker: python3 bot.py - -