Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.
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
36 changes: 36 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -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 }}
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
Hello sir I am abhinas music bot
<h1 align="centre">VCsMusicBot v5.0</h1>

### A bot that can play music on Telegram Group and Channel Voice Chats

<p align="center">
<a href="https://github.com/LushaiMusic/VCsMusicBot">
<a href="">
<img height="30px" src="https://img.shields.io/badge/Group%20Music%20Bot-red?style=for-the-badge&logo=github">
</a>
</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 @@ -32,8 +33,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

<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">
<a href="><img src="https://img.shields.io/badge/How%20To%20Deploy-blue.svg?logo=Youtube"></a>
<a href=""><img src="https://img.shields.io/youtube/views/koAzUgNQaDU?style=social">

### Deploy To Heroku 📡</h4>

Expand Down Expand Up @@ -131,5 +132,5 @@ If you donlt like to play in linked channel:

### Credits
#### Special Credits
- [Zaute-Km](https://github.com/Zaute-Km): LushaiMusic Developer
- [Rojserbest](http://github.com/rojserbest): Callsmusic Developer
- [abhinasroy](https://t.me/abhinasroy): LushaiMusic Developer
- [abhinasroy_2](@abhinasroy_1234): sab Ka baap
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 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.

Expand Down