Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/handlers/force_sub_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down Expand Up @@ -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
)
Expand Down