This Is Telegram Music UserBot To Play Music Without Being Admin
A FASTEST AND SMOOTHEST BASED ON TG CALLS AND PYROGRAM STRING.
π
Deploy
REPL
βοΈ
Self Host
$ git clone https://github.com/LEGEND-OS/Music-VC
$ cd MusicPlayer
$ cp sample.env .env
< edit .env with your own values >
$ sudo docker build . -t musicplayer
$ sudo docker run musicplayer
β
Configs
API_ID: Telegram app id.API_HASH: Telegram app hash.SESSION: Pyrogram string session. You can generate from here.SUDOERS: ID of sudo users (separate multiple ids with space).PREFIX: Commad prefixes (separate multiple prefix with space). Eg:! /LANGUAGE: An available bot language (can change it anytime). Default:enCUSTOM_QUALITY: Custom stream quality for the userbot in vc. Default:high
π
Commands
| Command | Description |
|---|---|
| β’ !ping | Check if alive or not |
| β’ !start / !help | Show the help for commands |
| β’ !mode / !switch | Switch the stream mode (audio/video) |
| β’ !p / !play [song name or youtube link] | Play a song in vc, if already playing add to queue |
| β’ !radio / !stream [radio url or stream link] | Play a live stream in vc, if already playing add to queue |
| β’ !pl / !playlist [youtube playlist link] | Play the whole youtube playlist at once |
| β’ !skip / !next | Skip to the next song |
| β’ !m / !mute | Mute the current stream |
| β’ !um / !unmute | Unmute the muted stream |
| β’ !ps / !pause | Pause the current stream |
| β’ !rs / !resume | Resume the paused stream |
| β’ !list / !queue | Show the songs in the queue |
| β’ !mix / !shuffle | Shuflle the queued playlist |
| β’ !loop / !repeat | Enable or disable the loop mode |
| β’ !lang / language [language code] | Set the bot language in group |
| β’ !ip / !import | Import queue from exported file |
| β’ !ep / !export | Export the queue for import in future |
| β’ !stop / !leave | Leave from vc and clear the queue |
π£
Languages
en English
π
License
Music Player is licenced under the GNU Affero General Public License v3.0. Read more here.