From c76684543b2c5a354f9692b291107f11d2876093 Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Mon, 14 Jun 2021 13:37:13 +0530 Subject: [PATCH 01/23] Update..... --- MusicBot/config.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MusicBot/config.py b/MusicBot/config.py index 91924df..c9862e8 100644 --- a/MusicBot/config.py +++ b/MusicBot/config.py @@ -10,16 +10,16 @@ SESSION_NAME = getenv("SESSION_NAME", "session") BOT_TOKEN = getenv("BOT_TOKEN") BOT_NAME = getenv("BOT_NAME") -UPDATES_CHANNEL = getenv("UPDATES_CHANNEL", "ZauteKm") -BG_IMAGE = getenv("BG_IMAGE", "https://telegra.ph/file/e8ef50ce40d228a5fde80.png") +UPDATES_CHANNEL = getenv("UPDATES_CHANNEL", "MoTechYT") +BG_IMAGE = getenv("BG_IMAGE", "https://telegra.ph/file/82a87d77d3b42c48ccd4f.jpg") admins = {} API_ID = int(getenv("API_ID")) API_HASH = getenv("API_HASH") BOT_USERNAME = getenv("BOT_USERNAME") -ASSISTANT_NAME = getenv("ASSISTANT_NAME", "ZauteMusicPlayer") +ASSISTANT_NAME = getenv("ASSISTANT_NAME", "MTMusicPlayer") SUPPORT_GROUP = getenv("SUPPORT_GROUP", "tgVCSets") -PROJECT_NAME = getenv("PROJECT_NAME", "Group Music Bot v4") -SOURCE_CODE = getenv("SOURCE_CODE", "github.com/ZauteKm/GroupMusicBot") +PROJECT_NAME = getenv("PROJECT_NAME", "MT Group Music Bot v4") +SOURCE_CODE = getenv("SOURCE_CODE", "github.com/MRK-YT/MT-GroupMusic-Bot") DURATION_LIMIT = int(getenv("DURATION_LIMIT", "7")) ARQ_API_KEY = getenv("ARQ_API_KEY", None) PMPERMIT = getenv("PMPERMIT", None) From 071f8ce1b411af3217f853163e4da0be5b83302c Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Mon, 14 Jun 2021 13:41:49 +0530 Subject: [PATCH 02/23] Update.... --- MusicBot/modules/msg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MusicBot/modules/msg.py b/MusicBot/modules/msg.py index fbd5231..e9594d9 100644 --- a/MusicBot/modules/msg.py +++ b/MusicBot/modules/msg.py @@ -1,7 +1,7 @@ import os from MusicBot.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βœ… Send me /help for more info." + 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βœ… Send me /help for more info.\n\nπŸ—£οΈAny Doubt @Mo_Tech_Group" HELP_MSG = [ ".", f""" From b0611708acfe2a592c8cedf57a41d6bf70512c0a Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Mon, 14 Jun 2021 13:44:54 +0530 Subject: [PATCH 03/23] Uodate..... --- MusicBot/modules/pmpermit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MusicBot/modules/pmpermit.py b/MusicBot/modules/pmpermit.py index dc5428a..2065db8 100644 --- a/MusicBot/modules/pmpermit.py +++ b/MusicBot/modules/pmpermit.py @@ -8,6 +8,6 @@ async def pmPermit(client: USER, message: Message): await USER.send_message( message.chat.id, - "**Hi there, This is a music assistant service @ZK_GvCBot.**\n\n ❗️ **Rules:**\n - No chatting allowed\n - No spam allowed \n\n πŸ‘‰ **SEND GROUP INVITE LINK OR USERNAME IF USERBOT CAN'T JOIN YOUR GROUP.**\n\n **⚠️ Disclamer:** If you are sending a message here it means admin from @tgVCSets will see your message and join chat\n - Don't add this user to secret groups.\n - Don't Share private info here.\n\n**Feel Free to Contact Us @ZauteBot.**", + "**Hi there, This is a music assistant service @MT_Music_BoT {Private Bot}.**", ) return From 88e82457b3675ed5d1adb77ef83302803a345747 Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Mon, 14 Jun 2021 13:48:35 +0530 Subject: [PATCH 04/23] Update..... --- MusicBot/modules/private.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MusicBot/modules/private.py b/MusicBot/modules/private.py index 828ec62..294e0fb 100644 --- a/MusicBot/modules/private.py +++ b/MusicBot/modules/private.py @@ -17,7 +17,7 @@ def _start(client, message): "βž• Add me to your Group βž•", url=f"https://t.me/{BOT_USERNAME}?startgroup=true")], [ InlineKeyboardButton( - "πŸ“² Updates", url=f"https://t.me/{UPDATES_CHANNEL}"), + "πŸ“² Uodates", url=f"https://t.me/{UPDATES_CHANNEL}"), InlineKeyboardButton( "πŸ’¬ Support", url=f"https://t.me/{SUPPORT_GROUP}") ],[ @@ -32,7 +32,7 @@ def _start(client, message): @Client.on_message(filters.command("start") & ~filters.private & ~filters.channel) async def gstart(_, message: Message): await message.reply_text( - f"""**πŸ”΄ {PROJECT_NAME} is online**""", + f"""**πŸ”΄ {PROJECT_NAME} is onlineπŸ‘€**""", reply_markup=InlineKeyboardMarkup( [ [ From 7b9d37978b86b46f0e9aa1008d64f47a7924d921 Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Mon, 14 Jun 2021 14:00:54 +0530 Subject: [PATCH 05/23] Update.... --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e69bc55..a155686 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ ### A bot that can play music on Telegram Group and Channel Voice Chats

- - + +

- +

@@ -19,12 +19,12 @@ Before clicking on deploy to heroku just click on fork and star just below

- - + + - - + +

@@ -37,7 +37,7 @@ Click the below button to watch the video tutorial on deploying ### Deploy To Heroku πŸ“‘ -

+

### GET STRING SESSION FROM REPL RUN @@ -65,7 +65,7 @@ Click the below button to watch the video tutorial on deploying ### βš” Self-hosting (For Devs) ```sh # Install Git First (apt-instll git) -$ git clone https://github.com/LushaiMusic/GroupMusicBot +$ git clone https://github.com/MRK-YT/MT-GroupMusic-Bot $ cd GroupMusicBot # Upgrade sources # Install All Requirements @@ -120,7 +120,7 @@ For linked group admins only: If you donlt like to play in linked channel: 1. Get your channel ID. 2. Rename your group to: Channel Music: your_channel_id - 3. Add @ZK_GvCBot as Channel admin with full perms + 3. Add @MT_MusicPlayer_BoT as Channel admin with full perms 4. add helper to channel 5. Simply send commands in your group. From a5ce7211182d0495fe30fd97d4e29ebd9257489b Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Mon, 14 Jun 2021 14:02:08 +0530 Subject: [PATCH 06/23] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a155686..e63332a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@

- +

From 825e2df8492a79109e00ff7dbf29326e52541979 Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Tue, 15 Jun 2021 20:29:59 +0530 Subject: [PATCH 07/23] =?UTF-8?q?=F0=9F=91=A8=E2=80=8D=F0=9F=92=BB=20Updat?= =?UTF-8?q?e...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MusicBot/modules/song.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MusicBot/modules/song.py b/MusicBot/modules/song.py index 14d725f..e136419 100644 --- a/MusicBot/modules/song.py +++ b/MusicBot/modules/song.py @@ -59,7 +59,7 @@ def song(client, message): info_dict = ydl.extract_info(link, download=False) audio_file = ydl.prepare_filename(info_dict) ydl.process_info(info_dict) - rep = "**🎡 Uploaded by *@ZKSongBot*" + rep = "**🎡 Uploaded by https://youtu.be/cPqLAcFXEfI" secmul, dur, dur_arr = 1, 0, duration.split(":") for i in range(len(dur_arr) - 1, -1, -1): dur += int(dur_arr[i]) * secmul From 28d104f6cbd97b52caf621849109353e5ec41737 Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Tue, 15 Jun 2021 20:31:03 +0530 Subject: [PATCH 08/23] =?UTF-8?q?=F0=9F=91=A8=E2=80=8D=F0=9F=92=BB=20Link?= =?UTF-8?q?=20Fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MusicBot/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MusicBot/config.py b/MusicBot/config.py index c9862e8..0751739 100644 --- a/MusicBot/config.py +++ b/MusicBot/config.py @@ -10,7 +10,7 @@ SESSION_NAME = getenv("SESSION_NAME", "session") BOT_TOKEN = getenv("BOT_TOKEN") BOT_NAME = getenv("BOT_NAME") -UPDATES_CHANNEL = getenv("UPDATES_CHANNEL", "MoTechYT") +UPDATES_CHANNEL = getenv("UPDATES_CHANNEL", "Mo_Tech_YT") BG_IMAGE = getenv("BG_IMAGE", "https://telegra.ph/file/82a87d77d3b42c48ccd4f.jpg") admins = {} API_ID = int(getenv("API_ID")) From 099d2e7fe24b26c95f22ccd429dedbc654ffc55c Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Tue, 15 Jun 2021 20:43:49 +0530 Subject: [PATCH 09/23] =?UTF-8?q?=F0=9F=91=A8=E2=80=8D=F0=9F=92=BB=20Pm=20?= =?UTF-8?q?text=20Update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MusicBot/modules/pmpermit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MusicBot/modules/pmpermit.py b/MusicBot/modules/pmpermit.py index 2065db8..5ff65f9 100644 --- a/MusicBot/modules/pmpermit.py +++ b/MusicBot/modules/pmpermit.py @@ -1,6 +1,6 @@ from pyrogram import filters from pyrogram.types import Message - +from MusicBot.config import MT_PM_MESSAGE_TEXT from MusicBot.services.callsmusic.callsmusic import client as USER @@ -8,6 +8,6 @@ async def pmPermit(client: USER, message: Message): await USER.send_message( message.chat.id, - "**Hi there, This is a music assistant service @MT_Music_BoT {Private Bot}.**", + "**{MT_PM_MESSAGE_TEXT}**", ) return From ef67ab3035fb481cf03c68c2e31555701fd2d751 Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Tue, 15 Jun 2021 20:44:34 +0530 Subject: [PATCH 10/23] Update pmpermit.py --- MusicBot/modules/pmpermit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MusicBot/modules/pmpermit.py b/MusicBot/modules/pmpermit.py index 5ff65f9..f31fa85 100644 --- a/MusicBot/modules/pmpermit.py +++ b/MusicBot/modules/pmpermit.py @@ -8,6 +8,6 @@ async def pmPermit(client: USER, message: Message): await USER.send_message( message.chat.id, - "**{MT_PM_MESSAGE_TEXT}**", + "{MT_PM_MESSAGE_TEXT}", ) return From d8fd4e74228de7399777bf7cb2d8a348c9638c41 Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Tue, 15 Jun 2021 20:44:40 +0530 Subject: [PATCH 11/23] Create pmpermit.py From b8b68960466db3574d690210b79e1b016472951b Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Tue, 15 Jun 2021 20:44:56 +0530 Subject: [PATCH 12/23] Update pmpermit.py --- MusicBot/modules/pmpermit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MusicBot/modules/pmpermit.py b/MusicBot/modules/pmpermit.py index f31fa85..463c62f 100644 --- a/MusicBot/modules/pmpermit.py +++ b/MusicBot/modules/pmpermit.py @@ -8,6 +8,6 @@ async def pmPermit(client: USER, message: Message): await USER.send_message( message.chat.id, - "{MT_PM_MESSAGE_TEXT}", + " {MT_PM_MESSAGE_TEXT} ", ) return From 1208634e31d05bf225b21f5774c77b904bb0b82a Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Tue, 15 Jun 2021 20:45:20 +0530 Subject: [PATCH 13/23] Update pmpermit.py --- MusicBot/modules/pmpermit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MusicBot/modules/pmpermit.py b/MusicBot/modules/pmpermit.py index 463c62f..449f22b 100644 --- a/MusicBot/modules/pmpermit.py +++ b/MusicBot/modules/pmpermit.py @@ -8,6 +8,6 @@ async def pmPermit(client: USER, message: Message): await USER.send_message( message.chat.id, - " {MT_PM_MESSAGE_TEXT} ", + "MT_PM_MESSAGE_TEXT", ) return From ef11e8ed327d3bc4b870bb37ae8a34676d1cd5e3 Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Tue, 15 Jun 2021 20:45:38 +0530 Subject: [PATCH 14/23] Update pmpermit.py --- MusicBot/modules/pmpermit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MusicBot/modules/pmpermit.py b/MusicBot/modules/pmpermit.py index 449f22b..47c9a50 100644 --- a/MusicBot/modules/pmpermit.py +++ b/MusicBot/modules/pmpermit.py @@ -8,6 +8,6 @@ async def pmPermit(client: USER, message: Message): await USER.send_message( message.chat.id, - "MT_PM_MESSAGE_TEXT", + " MT_PM_MESSAGE_TEXT ", ) return From 42f34244fdd3fee79b87ba33a9561ad7371b3403 Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Tue, 15 Jun 2021 20:46:05 +0530 Subject: [PATCH 15/23] Update pmpermit.py --- MusicBot/modules/pmpermit.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/MusicBot/modules/pmpermit.py b/MusicBot/modules/pmpermit.py index 47c9a50..308c616 100644 --- a/MusicBot/modules/pmpermit.py +++ b/MusicBot/modules/pmpermit.py @@ -1,13 +1,6 @@ from pyrogram import filters from pyrogram.types import Message -from MusicBot.config import MT_PM_MESSAGE_TEXT + from MusicBot.services.callsmusic.callsmusic import client as USER -@USER.on_message(filters.text & filters.private & ~filters.me & ~filters.bot) -async def pmPermit(client: USER, message: Message): - await USER.send_message( - message.chat.id, - " MT_PM_MESSAGE_TEXT ", - ) - return From 38c722b5b35d7efd76c52d7c9c39990412e2143b Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Wed, 16 Jun 2021 13:46:02 +0530 Subject: [PATCH 16/23] Update README.md --- README.md | 116 ++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 96 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index e63332a..3ce3c79 100644 --- a/README.md +++ b/README.md @@ -28,23 +28,34 @@ Before clicking on deploy to heroku just click on fork and star just below

-## How to deploy - +## +
How to deploy +

+
Click the below button to watch the video tutorial on deploying -### Deploy To Heroku πŸ“‘ +#### Deploy To Heroku

+ +

+
-### GET STRING SESSION FROM REPL RUN +
GET STRING SESSION FROM REPL RUN +

+
[![Run on Repl.it](https://camo.githubusercontent.com/05149b448485553c6f14f6430a45c12dcc79ed3c/68747470733a2f2f7265706c2e69742f62616467652f6769746875622f6a61727669733231303930342f4a6172766973)](https://replit.com/@ZauteKm/GenerateStringSession#main.py) + +

+
-### Features✨ - +
Features✨ +

+
- Thumbnail Support - Playlist Support - Current playback support @@ -55,18 +66,25 @@ Click the below button to watch the video tutorial on deploying - Control with buttons - Userbot auto join - Channel Music Play -### Requirements πŸ“ + +

+
+
Requirements πŸ“ +

+
- FFmpeg - NodeJS [nodesource.com](https://nodesource.com/) - Python 3.7+ - [PyTgCalls](https://github.com/pytgcalls/pytgcalls) -### βš” Self-hosting (For Devs) -```sh + +

Requirements πŸ“ +

+
# Install Git First (apt-instll git) $ git clone https://github.com/MRK-YT/MT-GroupMusic-Bot -$ cd GroupMusicBot +$ cd MT-GroupMusic-Bot # Upgrade sources # Install All Requirements $ pip(3) install -r requirements.txt @@ -74,9 +92,13 @@ $ pip(3) install -r requirements.txt $ npm i -g npm # Start Bot $ python(3) -m MusicBot -``` + +

+
-### Commands for Group πŸ›  +
Commands for Group πŸ›  +

+
#### For all in group - `/play ` - play song you requested @@ -90,8 +112,13 @@ $ python(3) -m MusicBot - `/deezer ` - download songs you want quickly via deezer - `/saavn ` - download songs you want quickly via saavn - `/video ` - download videos you want quickly + +

+
-#### Admins only. +
Admins only +

+
- `/player` - open music player settings panel - `/pause` - pause song play - `/resume` - resume song play @@ -100,8 +127,13 @@ $ python(3) -m MusicBot - `/userbotjoin` - invite assistant to your chat - `/userbotleave` - remove assistant from your chat - `/reload` - Refresh admin list + +

+
-### Commands for Channel Music Play πŸ›  +
Commands for Channel Music Play πŸ›  +

+
For linked group admins only: - `/cplay ` - play song you requested - `/cplay ` - play replied file @@ -120,20 +152,64 @@ For linked group admins only: If you donlt like to play in linked channel: 1. Get your channel ID. 2. Rename your group to: Channel Music: your_channel_id - 3. Add @MT_MusicPlayer_BoT as Channel admin with full perms - 4. add helper to channel - 5. Simply send commands in your group. + 3. Simply send commands in your group. + +

+
-### Commands for Sudo Users βš”οΈ +
Commands for Sudo Users βš”οΈ +

+
- `/userbotleaveall` - remove assistant from all chats - `/gcast ` - globally brodcast replied message to all chats - `/pmpermit [on/off]` - enable/disable pmpermit message + +

+
-#### Pmpermit +
Pmpermit +

+
- `.a` - approove someone to pm you - `.da` - disapproove someone to pm you + Sudo Users can execute any command in any groups + +

+
-### Credits +
Credits +

+
#### Special Credits - [Rojserbest](http://github.com/rojserbes): Callsmusic Developer + +

+
+ + + +
+ + + + + + + + +[![Open Source? Yes!](https://badgen.net/badge/Oα΄˜α΄‡Ι΄%20Sα΄α΄œΚ€α΄„α΄‡%20%3F/Yᴇs/yellow?icon=github)](https://github.com/MRK-YT/Pro-Auto-Filter-Bot-V2) +[![Ask Me Anything !](https://img.shields.io/badge/πŸ€”%20Ask%20Me-Anything-1abc9c.svg)](https://telegram.dog/Mrk_Yt) +[![Report Bugs!](https://badgen.net/badge/🐞%20Report%20/Bugs/red)](https://telegram.dog/mrk_yt) +[![Join Channel !](https://badgen.net/badge/πŸ”Š%20Join%20/Channel/Black)](https://telegram.dog/mo_Tech_yt) + +Join Our [Telegram Group](https://www.telegram.dog/Mo_Tech_Group) For Support/Assistance And Our [Channel](https://www.telegram.dog/Mo_Tech_YT) For Updates. + +Report Bugs, Give Feature Requests There.. +Do Fork And Star The Repository If You Liked It. + +

+
+ + + + From d241c1df0feb73484c6927acc9715482e6cb7446 Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Wed, 16 Jun 2021 13:50:07 +0530 Subject: [PATCH 17/23] Update README.md --- README.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 3ce3c79..092f60a 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ Click the below button to watch the video tutorial on deploying
GET STRING SESSION FROM REPL RUN


+ [![Run on Repl.it](https://camo.githubusercontent.com/05149b448485553c6f14f6430a45c12dcc79ed3c/68747470733a2f2f7265706c2e69742f62616467652f6769746875622f6a61727669733231303930342f4a6172766973)](https://replit.com/@ZauteKm/GenerateStringSession#main.py)

@@ -55,7 +56,7 @@ Click the below button to watch the video tutorial on deploying
Features✨

-
+

 - Thumbnail Support
 - Playlist Support
 - Current playback support
@@ -72,7 +73,7 @@ Click the below button to watch the video tutorial on deploying
 
 
Requirements πŸ“

-
+

 - FFmpeg
 - NodeJS [nodesource.com](https://nodesource.com/)
 - Python 3.7+
@@ -81,7 +82,7 @@ Click the below button to watch the video tutorial on deploying
  
 
Requirements πŸ“

-
+

 # Install Git First (apt-instll git)
 $ git clone https://github.com/MRK-YT/MT-GroupMusic-Bot
 $ cd MT-GroupMusic-Bot
@@ -98,7 +99,7 @@ $ python(3) -m MusicBot
 
 
Commands for Group πŸ› 

-
+

 #### For all in group
 
 - `/play ` - play song you requested
@@ -118,7 +119,7 @@ $ python(3) -m MusicBot
 
 
Admins only

-
+

 - `/player` - open music player settings panel
 - `/pause` - pause song play
 - `/resume` - resume song play
@@ -133,7 +134,7 @@ $ python(3) -m MusicBot
 
 
Commands for Channel Music Play πŸ› 

-
+

 For linked group admins only:
 - `/cplay ` - play song you requested
 - `/cplay ` - play replied file
@@ -159,7 +160,7 @@ If you donlt like to play in linked channel:
 
 
Commands for Sudo Users βš”οΈ

-
+

 - `/userbotleaveall` - remove assistant from all chats
 - `/gcast ` - globally brodcast replied message to all chats
 - `/pmpermit [on/off]` - enable/disable pmpermit message
@@ -169,7 +170,7 @@ If you donlt like to play in linked channel:
 
 
Pmpermit

-
+

 - `.a` - approove someone to pm you
 - `.da` - disapproove someone to pm you
 + Sudo Users can execute any command in any groups
@@ -179,15 +180,12 @@ If you donlt like to play in linked channel:
 
 
Credits

-
+

 #### Special Credits
 - [Rojserbest](http://github.com/rojserbes): Callsmusic Developer
-
-

-
- +#### Editing....
From a9045bc3c03b29bf1e9b1a43f7411b01d4b64a5e Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Wed, 16 Jun 2021 13:51:49 +0530 Subject: [PATCH 18/23] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 092f60a..3a54789 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ Click the below button to watch the video tutorial on deploying
GET STRING SESSION FROM REPL RUN

-
+

 
- [![Run on Repl.it](https://camo.githubusercontent.com/05149b448485553c6f14f6430a45c12dcc79ed3c/68747470733a2f2f7265706c2e69742f62616467652f6769746875622f6a61727669733231303930342f4a6172766973)](https://replit.com/@ZauteKm/GenerateStringSession#main.py)
+[![Run on Repl.it](https://camo.githubusercontent.com/05149b448485553c6f14f6430a45c12dcc79ed3c/68747470733a2f2f7265706c2e69742f62616467652f6769746875622f6a61727669733231303930342f4a6172766973)](https://replit.com/@ZauteKm/GenerateStringSession#main.py)
 

@@ -182,6 +182,7 @@ If you donlt like to play in linked channel:

 #### Special Credits
+
 - [Rojserbest](http://github.com/rojserbes): Callsmusic Developer
 
 
@@ -204,7 +205,7 @@ Join Our [Telegram Group](https://www.telegram.dog/Mo_Tech_Group) For Support/As
    
 Report Bugs, Give Feature Requests There..   
 Do Fork And Star The Repository If You Liked It.
-
+

From 7e12cbcdca44a930f0059ae26c122719deb05870 Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Wed, 16 Jun 2021 13:53:03 +0530 Subject: [PATCH 19/23] Update.... --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a54789..e097614 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,14 @@ Click the below button to watch the video tutorial on deploying
Requirements πŸ“

+
 - FFmpeg
 - NodeJS [nodesource.com](https://nodesource.com/)
 - Python 3.7+
 - [PyTgCalls](https://github.com/pytgcalls/pytgcalls)
-
+
+

+
Requirements πŸ“

From 7d1f75789507c434cd2c8872aeae4926e8882043 Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Wed, 16 Jun 2021 14:02:51 +0530 Subject: [PATCH 20/23] =?UTF-8?q?=F0=9F=91=A8=E2=80=8D=F0=9F=92=BB=20Updat?= =?UTF-8?q?e......?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/app.json b/app.json index c926b3c..816e179 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "name": "Group Music Bot", - "logo": "https://telegra.ph/file/b569577a0593b51cd53ab.png", + "logo": "https://telegra.ph/file/e62e75453eeedad35a189.jpg", "description": "Open-Source bot to play songs in your Telegram's Group Voice Chat. Powered by PyTgCalls.", "keywords": ["music", "voicechat", "telegram"], "repository": "https://github.com/LushaiMusic/GroupMusicBot", @@ -24,49 +24,49 @@ "value": "" }, "SUPPORT_GROUP": { - "description": "Your MusicPlayer support group without @ [Leave this if you don't have one]", + "description": "Your MusicPlayer support group without @ [Leave this if you don't have one](Mo_Tech_Group)", "required": false, - "value": "tgVCSets" + "value": "Mo_Tech_Group" }, "PROJECT_NAME": { - "description": "Your MusicPlayer project Name.", + "description": "Your MusicPlayer project Name {MT Music Bog V4}.", "required": false, - "value": "Music Bot v4" + "value": "MT Music Bot v4" }, "ASSISTANT_NAME": { - "description": "Your MusicPlayer's assistant Username without @.", + "description": "Your MusicPlayer's assistant Username without @ {MRK-YT}.", "required": true }, "ARQ_API_KEY": { "description": "Get from @ARQRobot.", "required": false, - "value": "GUGFNB-XPUZDX-XGCKTJ-UZXHBZ-ARQ" + "value": "" }, "BG_IMAGE": { - "description": "BG image of bot (Use transparent one) [IGNORE].", + "description": "BG image of bot @MT_Telegraph_BoT", "required": false, - "value": " https://telegra.ph/file/e8ef50ce40d228a5fde80.png" + "value": "https://telegra.ph/file/e62e75453eeedad35a189.jpg" }, "UPDATES_CHANNEL": { - "description": "Updates Channel without @ [Leave this if you don't have one].", + "description": "Updates Channel without @ [Leave this if you don't have one]{Mo_Tech_YT}", "required": false, - "value": "ZauteKm" + "value": "Mo_Tech_YT" }, "API_ID": { - "description": "App ID from my.telegram.org/apps", + "description": "App ID from my.telegram.org/apps or @MT_MyTelegramOrg_Bot", "required": true }, "PMPERMIT": { - "description": "Change to turn off", + "description": "Change to turn off {ENABLE}", "required": false, "value": "ENABLE" }, "API_HASH": { - "description": "App hash from my.telegram.org/apps", + "description": "App hash from my.telegram.org/apps or @MT_MyTelegramOrg_Bot", "required": true }, "SUDO_USERS": { - "description": "List of user IDs counted as admin everywhere (separated by space).", + "description": "List of user IDs counted as admin everywhere (separated by space) @MT_SHOWJSON_BOT", "required": true }, "DURATION_LIMIT": { From d18156119bc4c1a619e88433601a5283877bc1a8 Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Thu, 17 Jun 2021 17:13:08 +0530 Subject: [PATCH 21/23] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e097614..216201d 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Before clicking on deploy to heroku just click on fork and star just below
Click the below button to watch the video tutorial on deploying - - + + #### Deploy To Heroku From 1b9d0e2158cb96756d2222b90b2462a87f73c847 Mon Sep 17 00:00:00 2001 From: MRK-YT <81806065+MRK-YT@users.noreply.github.com> Date: Thu, 17 Jun 2021 17:13:53 +0530 Subject: [PATCH 22/23] Update.... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 216201d..12e7ccd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Before clicking on deploy to heroku just click on fork and star just below Click the below button to watch the video tutorial on deploying - + #### Deploy To Heroku From f01783c1949b5ee065c6e8cd58c9246d4bc19798 Mon Sep 17 00:00:00 2001 From: ABHINAS ROY <85425565+roymusicplay@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:42:10 +0530 Subject: [PATCH 23/23] Update private.py --- MusicBot/modules/private.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MusicBot/modules/private.py b/MusicBot/modules/private.py index 294e0fb..465b724 100644 --- a/MusicBot/modules/private.py +++ b/MusicBot/modules/private.py @@ -95,7 +95,7 @@ def map(pos): @Client.on_message(filters.command("help") & ~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 I am abhina music bot! I can play music in the voice chats of telegram groups & channels.**""", reply_markup=InlineKeyboardMarkup( [ [