From f730aab6867df10e72a637bd9af27f2753ef3d6f Mon Sep 17 00:00:00 2001 From: ABHINAS ROY <85425565+roymusicplay@users.noreply.github.com> Date: Tue, 13 Jul 2021 15:59:43 +0530 Subject: [PATCH 1/5] Update private.py --- VCsMusicBot/modules/private.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VCsMusicBot/modules/private.py b/VCsMusicBot/modules/private.py index 1eddf59..8634bad 100644 --- a/VCsMusicBot/modules/private.py +++ b/VCsMusicBot/modules/private.py @@ -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( [ [ From 54df3986cbf037264e2203c3a8611046de709b9c Mon Sep 17 00:00:00 2001 From: ABHINAS ROY <85425565+roymusicplay@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:05:21 +0530 Subject: [PATCH 2/5] Update msg.py --- VCsMusicBot/modules/msg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VCsMusicBot/modules/msg.py b/VCsMusicBot/modules/msg.py index c54154c..9149a2b 100644 --- a/VCsMusicBot/modules/msg.py +++ b/VCsMusicBot/modules/msg.py @@ -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. From 39cb8223172da84a384c10d1c27069649d702886 Mon Sep 17 00:00:00 2001 From: ABHINAS ROY <85425565+roymusicplay@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:06:23 +0530 Subject: [PATCH 3/5] Create msg.py From 478edc091bc6e972f44d471768ae636d50201304 Mon Sep 17 00:00:00 2001 From: ABHINAS ROY <85425565+roymusicplay@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:13:27 +0530 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a486a5..0abf618 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@
From 88e7826183c87f6133fc5c00d6b06d42a922b910 Mon Sep 17 00:00:00 2001 From: ABHINAS ROY <85425565+roymusicplay@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:15:14 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 0abf618..b8afae0 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,7 @@ Before clicking on deploy to heroku just click on fork and star just below