From 68ee391211a73584396f6ce099e4b340ef875c74 Mon Sep 17 00:00:00 2001 From: zishananis Date: Wed, 23 Apr 2025 21:58:40 +0530 Subject: [PATCH] Update Channel.py --- plugins/helper/Channel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/helper/Channel.py b/plugins/helper/Channel.py index 6d28caf6..5e7dadfb 100644 --- a/plugins/helper/Channel.py +++ b/plugins/helper/Channel.py @@ -3,13 +3,13 @@ from pyrogram.types import * # Replace this with your own channel ID -CHANNEL_ID = -1001944607209 +CHANNEL_ID = -1002413282682 @Client.on_message(filters.channel & filters.media) async def add_button(client, message): if message.chat.id == CHANNEL_ID: button = InlineKeyboardMarkup( - [[InlineKeyboardButton("🔰𝗠𝗼𝘃𝗶𝗲 𝗦𝗲𝗮𝗿𝗰𝗵 𝗚𝗿𝗼𝘂𝗽🔰", url="https://t.me/learning_bots")]] + [[InlineKeyboardButton("🔰𝗠𝗼𝘃𝗶𝗲 𝗦𝗲𝗮𝗿𝗰𝗵 𝗚𝗿𝗼𝘂𝗽🔰", url="https://t.me/filmsexpert2")]] ) try: