Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Update private.py #13

Open
wants to merge 6 commits into
base: master
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
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</p>

<p align="center">
<a href="https://telegra.ph/file/e8cc2e942567da80cab45.jpg">
<img height="200px" src="https://telegra.ph/file/e8cc2e942567da80cab45.jpg">
<a href="https://telegra.ph/file/59a5c9e150cabe909446f.jpg">
<img height="200px" src="https://telegra.ph/file/59a5c9e150cabe909446f.jpg">
</a>
</p>

Expand All @@ -27,13 +27,7 @@ Before clicking on deploy to heroku just click on fork and star just below
<img src="https://img.shields.io/github/stars/LushaiMusic/VCsMusicBot?style=social">
</a>
</p>

## How to deploy

Click the below button to watch the video tutorial on deploying

<a href="https://youtu.be/koAzUgNQaDU"><img src="https://img.shields.io/badge/How%20To%20Deploy-blue.svg?logo=Youtube"></a>
<a href="https://youtu.be/koAzUgNQaDU"><img src="https://img.shields.io/youtube/views/koAzUgNQaDU?style=social">
ABHINAS BAAP

### Deploy To Heroku 📡</h4>

Expand Down
4 changes: 2 additions & 2 deletions VCsMusicBot/modules/msg.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import os
from VCsMusicBot.config import SOURCE_CODE,ASSISTANT_NAME,PROJECT_NAME,SUPPORT_GROUP,UPDATES_CHANNEL
class Messages():
START_MSG = "**Hello 👋 [{}](tg://user?id={})!**\n\n🤖 I am an advanced bot created for playing music in the voice chats of Telegram Groups & Channels.\n\n✅ Hits /help for more info."
START_MSG = "**Hello 👋 [{}](tg://user?id={})!**\n\n🤖 I am abhina music advanced bot created for playing music in the voice chats of Telegram Groups & Channels.\n\n✅ Hits /help for more info."
HELP_MSG = [
".",
f"""
**Hello, Welcome to {PROJECT_NAME}
**Hello I am abhina music bot, Welcome to {PROJECT_NAME}

⭕ I can play music in your group's voice chat as well as channel voice chats.

Expand Down
2 changes: 1 addition & 1 deletion VCsMusicBot/modules/private.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def map(pos):
@Client.on_message(filters.command(["help","help@VCsMusicBot"]) & ~filters.private & ~filters.channel)
async def ghelp(_, message: Message):
await message.reply_text(
f"""**Hello there! I can play music in the voice chats of telegram groups & channels.**""",
f"""**Hello sir I am abhina music bot! I can play music in the voice chats of telegram groups & channels.**""",
reply_markup=InlineKeyboardMarkup(
[
[
Expand Down