diff --git a/core/handlers/force_sub_handler.py b/core/handlers/force_sub_handler.py index fb5264a..06c0b8a 100644 --- a/core/handlers/force_sub_handler.py +++ b/core/handlers/force_sub_handler.py @@ -12,7 +12,7 @@ async def handle_force_subscribe(bot, cmd): 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 [Support Group](https://t.me/linux_repo).", + text="😐Sorry!, You are Banned🚫 to use me. Contact [HERE](https://t.me/Saitama_AU) to use me again.", parse_mode="markdown", disable_web_page_preview=True ) @@ -42,7 +42,7 @@ async def handle_force_subscribe(bot, cmd): except Exception: await bot.send_message( chat_id=cmd.from_user.id, - text="Something went Wrong. Contact my [Support Group](https://t.me/linux_repo).", + text="Something went Wrong. Contact me [HERE](https://t.me/Saitama_AU).", parse_mode="markdown", disable_web_page_preview=True )