diff --git a/bot.py b/bot.py index 7f43ed5f..c4c60133 100644 --- a/bot.py +++ b/bot.py @@ -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/moviesbazaarsupp)", 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/moviesbazaarsupp") ], [ 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/moviesbazaarsupp") ], [ InlineKeyboardButton("About Bot", callback_data="aboutbot"), @@ -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/+BJfBweC0r68zNGI1") ], [ 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/moviesbazaarsupp"), + InlineKeyboardButton("YouTube Channel", url="https://t.me/moviesbazaarsupp") ] ] ) @@ -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/moviesbazaarsupp).", 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/moviesbazaarsupp).", disable_web_page_preview=True ) return