From 9776542e1219d672be9c739e96ac28684ca3de85 Mon Sep 17 00:00:00 2001 From: emotionalgyani <85396254+emotionalgyani@users.noreply.github.com> Date: Sun, 6 Feb 2022 16:30:15 +0530 Subject: [PATCH 1/2] Update app.json --- app.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app.json b/app.json index 930364e3..ddfe0589 100644 --- a/app.json +++ b/app.json @@ -1,9 +1,9 @@ { - "name": "VCPlayBot", - "logo": "https://telegra.ph/file/7ffa8d18b9b7f1b51a81e.jpg", + "name": "GyaniMusicBot", + "logo": "https://telegra.ph/file/453ca2160aed6598489e2.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/QueenArzoo/VCPlayBot", + "repository": "https://github.com/Emotionalgyaniđź‘‘/VCPlayBot", "stack": "container", "buildpacks": [ { @@ -26,17 +26,17 @@ "BOT_NAME": { "description": "Your MusicPlayer Bot Name.", "required": false, - "value": "" + "value": "GYANIMANAGMENTBOT" }, "SUPPORT_GROUP": { "description": "Your MusicPlayer support group without @ [Leave this if you don't have one]", "required": false, - "value": "AwesomeSupport" + "value": "Gyanisupport" }, "PROJECT_NAME": { "description": "Your MusicPlayer project Name.", "required": false, - "value": "VCPlayBot2.0" + "value": "GYANIPlayBot2.0" }, "ASSISTANT_NAME": { "description": "Your MusicPlayer's assistant Username without @.", @@ -50,12 +50,12 @@ "BG_IMAGE": { "description": "BG image of bot (Use transparent one) [IGNORE].", "required": false, - "value": "https://telegra.ph/file/9b13ea3ce046a1a5c8098.png" + "value": "https://telegra.ph/file/453ca2160aed6598489e2.jpg" }, "UPDATES_CHANNEL": { "description": "Updates Channel without @ [Leave this if you don't have one].", "required": false, - "value": "LaylaList" + "value": "GYANIKINGDOM" }, "API_ID": { "description": "App ID from my.telegram.org/apps", @@ -75,9 +75,9 @@ "required": true }, "DURATION_LIMIT": { - "description": "Max audio duration limit for downloads (minutes).", + "description": "Max audio duration limit for downloads (hours).", "required": true, - "value": "15" + "value": "2" } } } From 64d2fc223ce5f78078445ce2ca42f91d5a332962 Mon Sep 17 00:00:00 2001 From: emotionalgyani <85396254+emotionalgyani@users.noreply.github.com> Date: Sun, 6 Feb 2022 16:35:11 +0530 Subject: [PATCH 2/2] Update app.json --- app.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app.json b/app.json index ddfe0589..26b4d21c 100644 --- a/app.json +++ b/app.json @@ -1,9 +1,9 @@ { "name": "GyaniMusicBot", "logo": "https://telegra.ph/file/453ca2160aed6598489e2.jpg", - "description": "Open-Source bot to play songs in your Telegram's Group Voice Chat. Powered by PyTgCalls.", + "description": "Open-Source bot to play songs in your Telegram's Group Voice Chat. Powered by Gyani.", "keywords": ["music", "voicechat", "telegram"], - "repository": "https://github.com/Emotionalgyaniđź‘‘/VCPlayBot", + "repository": "https://github.com/Emotionalgyaniđź‘‘/GyaniPlayBot", "stack": "container", "buildpacks": [ { @@ -43,7 +43,7 @@ "required": true }, "ARQ_API_KEY": { - "description": "Get from @ARQRobot.", + "description": "Get from @Gyanimanagmentbot.", "required": false, "value": "VKSSQH-SRNJYZ-MSOJAI-QALESR-ARQ" }, @@ -75,9 +75,9 @@ "required": true }, "DURATION_LIMIT": { - "description": "Max audio duration limit for downloads (hours).", + "description": "Max audio duration limit for downloads (minuts).", "required": true, - "value": "2" + "value": "120" } } }