diff --git a/plugins/helper/Channel.py b/plugins/helper/Channel.py index 6d28caf6..63aeb643 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 = -1002215391147 @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/+d_JIk_rXr4JkZDM1")]] ) try: