From 3e53dad8ace558de19f48fbd7c0ebe29b5ee73f8 Mon Sep 17 00:00:00 2001 From: ABHINAS ROY <85425565+roymusicplay@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:26:12 +0530 Subject: [PATCH 1/7] Create python-publish.yml --- .github/workflows/python-publish.yml | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/python-publish.yml diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml new file mode 100644 index 0000000..3bfabfc --- /dev/null +++ b/.github/workflows/python-publish.yml @@ -0,0 +1,36 @@ +# This workflow will upload a Python Package using Twine when a release is created +# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries + +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +name: Upload Python Package + +on: + release: + types: [published] + +jobs: + deploy: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: '3.x' + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install build + - name: Build package + run: python -m build + - name: Publish package + uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 + with: + user: __token__ + password: ${{ secrets.PYPI_API_TOKEN }} From f3acfc732d2c4cc3feb1dd4ea2b97976902ea8f3 Mon Sep 17 00:00:00 2001 From: ABHINAS ROY <85425565+roymusicplay@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:52:07 +0530 Subject: [PATCH 2/7] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a486a5..85f16ff 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ ### A bot that can play music on Telegram Group and Channel Voice Chats

- +

- - + +

@@ -32,8 +32,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 8fe0e56825eb2449c7d13f39059f152bd4a31bc9 Mon Sep 17 00:00:00 2001 From: ABHINAS ROY <85425565+roymusicplay@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:55:33 +0530 Subject: [PATCH 3/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85f16ff..0a9b2aa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +Hello sir I am abhina music bot

VCsMusicBot v5.0

### A bot that can play music on Telegram Group and Channel Voice Chats From 01ac767a09c72a07bb10e5db406e9c63d3f4f828 Mon Sep 17 00:00:00 2001 From: ABHINAS ROY <85425565+roymusicplay@users.noreply.github.com> Date: Tue, 13 Jul 2021 17:01:22 +0530 Subject: [PATCH 4/7] Create 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..aa0da65 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 i am abhins music bot👋 [{}](tg://user?id={})!**\n\n🤖 I am abhinas 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 abhins music bot, Welcome to {PROJECT_NAME} ⭕ I can play music in your group's voice chat as well as channel voice chats. From bcbc52033b26b0c6f352d57c8819ad967609aa6a Mon Sep 17 00:00:00 2001 From: ABHINAS ROY <85425565+roymusicplay@users.noreply.github.com> Date: Tue, 13 Jul 2021 17:02:41 +0530 Subject: [PATCH 5/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a9b2aa..00b8ac9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Hello sir I am abhina music bot +Hello sir I am abhinas music bot

VCsMusicBot v5.0

### A bot that can play music on Telegram Group and Channel Voice Chats From 8b3f7f29b5854211f97dbdff7917ee0b9e9e27e2 Mon Sep 17 00:00:00 2001 From: ABHINAS ROY <85425565+roymusicplay@users.noreply.github.com> Date: Wed, 14 Jul 2021 00:32:26 +0530 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00b8ac9..2c1adbf 100644 --- a/README.md +++ b/README.md @@ -132,5 +132,5 @@ If you donlt like to play in linked channel: ### Credits #### Special Credits -- [Zaute-Km](https://github.com/Zaute-Km): LushaiMusic Developer +- [abhinasroy](https://t.me/abhinasroy): LushaiMusic Developer - [Rojserbest](http://github.com/rojserbest): Callsmusic Developer From 56add4ef0628bdc480893fdd2344b89d253528e1 Mon Sep 17 00:00:00 2001 From: ABHINAS ROY <85425565+roymusicplay@users.noreply.github.com> Date: Wed, 14 Jul 2021 00:38:09 +0530 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c1adbf..7695cf3 100644 --- a/README.md +++ b/README.md @@ -133,4 +133,4 @@ If you donlt like to play in linked channel: ### Credits #### Special Credits - [abhinasroy](https://t.me/abhinasroy): LushaiMusic Developer -- [Rojserbest](http://github.com/rojserbest): Callsmusic Developer +- [abhinasroy_2](@abhinasroy_1234): sab Ka baap