Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ping.py #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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 plugins/ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ async def _human_time_duration(seconds):
delta_ping = time() - start

PING_MSG = f"""🏋🏻 ping🤸🏻‍♀️: `{delta_ping * 1000:.3f} ms`
✯provided by 🤖 **[TamilBots](https://t.me/tamilbots)**
✯For Support 🆘 **[TamilSupport](https://t.me/TamilSupport)**"""
✯provided by 🤖 **[CHANNEL](https://t.me/ABOUT_ABHINAS)**
✯For Support 🆘 **[Support](https://t.me/DPSTI_GROUP_1234)**"""

@Client.on_message(filters.text
& self_or_contact_filter
Expand Down
10 changes: 5 additions & 5 deletions plugins/vc/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
✯ `!mute` mute the VC userbot,
✯ `!unmute` unmute the VC userbot.

✯ provided by 🤖 **[TamilBots](https://t.me/TamilBots)**
✯ For Support 🆘 **[TamilSupport](https://t.me/TamilSupport)**"""
✯ provided by 🤖 **[CHANNEL](https://t.me/ABOUT_ABHINAS)**
✯ For Support 🆘 **[TamilSupport](https://t.me/DOSTI_GROUP_1234)**"""

USERBOT_REPO = f"""{emoji.ROBOT} Tamil Voice Chat UserBot
» Repository: **[GitHub](https://github.com/tamilbots/tamilvcbot)**
» Provided by **[TamilBots](https://t.me/TamilBots)**
USERBOT_REPO = f"""{emoji.ROBOT} ABHINAS Voice Chat UserBot
» Repository: **[Owner](https://t.me/abhinasroy)**
» Provided by **[CHANNEL](https://t.me/ABOUT_ABHINAS)**
» License: AGPL-3.0-or-later"""


Expand Down